Search found 20 matches

by buda56
Wed Feb 24, 2010 2:42 am
Forum: Technical / Scripting
Topic: IE8 Tab problem - Windows 7
Replies: 1
Views: 2076

Hi,
No one else seen this problem?? I have been using Firefox to get around it at the moment.

Regards..
Peter
by buda56
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...
by buda56
Sun Sep 13, 2009 9:38 am
Forum: Technical / Scripting
Topic: Internet Explorer 8 Tab problem
Replies: 2
Views: 3846

Marcus,
Thanks for the inforation, I haven't had a chance to implement as yet as I have had other problems that have preculded me from using IE8.

Thanks for the information.

Regards..
Peter.
by buda56
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 ...
by buda56
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") ...
by buda56
Sat Jan 24, 2009 1:24 am
Forum: Beginners
Topic: Excel Date conversion
Replies: 9
Views: 9842

Hi,
by buda56
Fri Jan 23, 2009 12:58 am
Forum: Beginners
Topic: Excel Date conversion
Replies: 9
Views: 9842

Hi,
Thanks for the update, I had a look at the link and it could be useful. I was going to revisit my problem later today hopefully so I'll update this post once i've had a chance to do that.

Thanks..

Regards..
Peter
by buda56
Wed Jan 21, 2009 9:28 pm
Forum: Beginners
Topic: Excel Date conversion
Replies: 9
Views: 9842

Marcus,
Thanks.. I'll have a look and see if I can convert my Excel macro.

Regards..
Peter
by buda56
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...
by buda56
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...
by buda56
Sun Dec 07, 2008 12:20 pm
Forum: Technical / Scripting
Topic: SaveAs method of Workbook class faile
Replies: 2
Views: 3468

Hi,
Have resolved my problem, the issue was the definition of the file format to save in.

I had to use "-4143"

Regards..
Peter.
by buda56
Sun Dec 07, 2008 11:58 am
Forum: Technical / Scripting
Topic: SaveAs method of Workbook class faile
Replies: 2
Views: 3468

Hi,
Noticed a double c: in the save filename and removed it, still getting the error though..

Regards..
Peter
by buda56
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...
by buda56
Thu Oct 09, 2008 12:44 am
Forum: Technical / Scripting
Topic: Window response
Replies: 9
Views: 6898

Marcus,
Where can I send the screen shots to is there an email eddress?? as it looks like i cannot upload them from here..

Regards...
Peter
by buda56
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 - ...
Sign up to our newsletter for free automation tips, tricks & discounts