Home |
Search |
Today's Posts |
#7
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
What i am trying to do is to automate a set of process which i have
to do every month for some of my reports i have to prepare which are having the same set of process. <FWIW I do similar except I pass a delimited string in the URL and use JavaScript to parse the data to the appropriate fields/controls on the webpage. I leave the 'submit' action up to the user. I suspect, though, that you're trying to upload report data which IMO should be done via a file that others can download to display the report. All this can be automated with VBA so it's 1 click to upload, 1 click to download/display. I guess it's just a matter of personal preference how you want to approach the task. Personally, I prefer a 'no nonsense, get-the-job-done' approach that everyone using the utility understands. This, of course, requires making a macro available to all users who will be using the report! In the case of sensitive data, the file doesn't need to be downloaded to disk to be opened/displayed, actually, and any temp files used by your process can be deleted when the report is displayed OR its window closes. HTH -- Garry Free usenet access at http://www.eternal-september.org Classic VB Users Regroup! comp.lang.basic.visual.misc microsoft.public.vb.general.discussion |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
after click a button(commandbutton), getting the button name | Excel Programming | |||
How Can I Click an un-name IE button via VBA | Excel Programming | |||
Create floating button based on button click in menu | Excel Programming | |||
On Button Click(Help!) | Excel Programming | |||
VBA button click need help. Need LEN help. | Excel Programming |