Business Objects 6.5 and Excel 2003

kanoor

New Member
Joined
Aug 19, 2008
Messages
5
Hi,

I have excel workbooks which I constantly update with data from Business Objects. I was looking to create a macro to auto update the excel sheets. Would anyone be kind enough to give me some inputs into this please? It will be better if I let you know first that I know only the basics of VBA programming.

Thanks in Advance :)
 

Excel Facts

What is the last column in Excel?
Excel columns run from A to Z, AA to AZ, AAA to XFD. The last column is XFD.
Some years ago I used Business Objects to produce text files.
Can then automate Excel to import/ process them by recording macros. etc.
 
Upvote 0
Thanks for this. I managed to get a code work to open BO and update the excel sheet with an updated query. Now i'm struggling it do the easier job..get it to run on a fixed date and time. I tried the Application.OnTime function but it doesn't seem to be doing the job. I'm sure I have not got it right.Would you be able to tell me if I can get this to work, please?

Sub Auto_Update()
Application.OnTime DateValue("22/09/2009 13:20:00"), "updateBO", DateValue("22/09/2009 13:25:00"), Schedule:=True
End Sub

Thanks
 
Upvote 0

Forum statistics

Threads
1,214,523
Messages
6,120,031
Members
448,940
Latest member
mdusw

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top