Hi,
No one else seen this problem?? I have been using Firefox to get around it at the moment.
Regards..
Peter
Search found 20 matches
- Wed Feb 24, 2010 2:42 am
- Forum: Technical / Scripting
- Topic: IE8 Tab problem - Windows 7
- Replies: 1
- Views: 2076
- Wed Feb 10, 2010 10:28 pm
- Forum: Technical / Scripting
- Topic: IE8 Tab problem - Windows 7
- Replies: 1
- Views: 2076
IE8 Tab problem - Windows 7
Hi, Some time back I posted an issue with trying to obtain IE8 tab info. This was solved and had been working okay until recently when I installed Windows 7, since this time the tab solution fails as the code tabs past the required tab without stopping and processing subsequent code. I have posted m...
- Sun Sep 13, 2009 9:38 am
- Forum: Technical / Scripting
- Topic: Internet Explorer 8 Tab problem
- Replies: 2
- Views: 3846
- Wed Sep 09, 2009 11:09 am
- Forum: Technical / Scripting
- Topic: Internet Explorer 8 Tab problem
- Replies: 2
- Views: 3846
Internet Explorer 8 Tab problem
Hi, I have been using Avant web browser and my script has functioned okay when trying to switch tabs from one window in the browser to another. Tonight I setup Internet explorer 8 and tried running my script against it to find different tabs in the ie8 browser window. For instance I have been using ...
- Sat Jan 24, 2009 1:26 am
- Forum: Beginners
- Topic: Excel Date conversion
- Replies: 9
- Views: 9842
Hi, Thanks for the help, I have produced the following script which has resolved my problem. Const xlTextFormat = 2 Set objExcel = CreateObject("Excel.Application") Set objFSO = CreateObject("Scripting.FileSystemObject") Set objFile = objFSO.GetFile("C:\Users\Pztydr\Documents\CAMs\Rpt-PClosed.csv") ...
- Sat Jan 24, 2009 1:24 am
- Forum: Beginners
- Topic: Excel Date conversion
- Replies: 9
- Views: 9842
- Fri Jan 23, 2009 12:58 am
- Forum: Beginners
- Topic: Excel Date conversion
- Replies: 9
- Views: 9842
- Wed Jan 21, 2009 9:28 pm
- Forum: Beginners
- Topic: Excel Date conversion
- Replies: 9
- Views: 9842
- Wed Jan 21, 2009 9:20 pm
- Forum: Beginners
- Topic: Excel Date conversion
- Replies: 9
- Views: 9842
Marcus, I am using Macro Scheduler to open the the file using Excel then save it as an xls file. This is where the issue is appearing as Excel is converting the date columns. VBSTART Dim xlApp Dim xlBook 'Opens the Excel file in Excel Sub OpenCSVFile(filename) Set xlApp = CreateObject("Excel.Applica...
- Sat Jan 17, 2009 1:00 am
- Forum: Beginners
- Topic: Excel Date conversion
- Replies: 9
- Views: 9842
Excel Date conversion
Hi, I have come accross an issue which I am not sure how to resolve regarding dates in excel. I have a csv file that I am using MacroScheduler to open then save as an excel file, this part works fine but I have noticed the following issue. If I open the csv file using excel the date remains as dd/mm...
- Sun Dec 07, 2008 12:20 pm
- Forum: Technical / Scripting
- Topic: SaveAs method of Workbook class faile
- Replies: 2
- Views: 3468
- Sun Dec 07, 2008 11:58 am
- Forum: Technical / Scripting
- Topic: SaveAs method of Workbook class faile
- Replies: 2
- Views: 3468
- Sun Dec 07, 2008 11:52 am
- Forum: Technical / Scripting
- Topic: SaveAs method of Workbook class faile
- Replies: 2
- Views: 3468
SaveAs method of Workbook class faile
Hi, I am getting the above error when trying to open a csv file in Excel and then saving the file as an Excel file (line 14 column 4). Can anyone please advise a fix to resolve this, I have included my macro below.. VBSTART Dim xlApp Dim xlBook 'Opens the Excel file in Excel Sub OpenCSVFile(filename...
- Thu Oct 09, 2008 12:44 am
- Forum: Technical / Scripting
- Topic: Window response
- Replies: 9
- Views: 6898
- Wed Oct 08, 2008 1:33 am
- Forum: Technical / Scripting
- Topic: Window response
- Replies: 9
- Views: 6898
Marcus, Thanks for the code, I have tried several diffferent ways today to get the macro to respond to the window when it becomes active and nothing seems to work. Here's a segment of my code.. WaitWindowOpen>Load Query wait>1 Send Character/Text>Tasks Closed1.vql Press Enter wait>5 SetFocus>CAMS - ...