PDA

View Full Version : Sleeper: Workbook and Forms



rohall77
05-16-2005, 03:14 PM
Hi all, I am new to VBA and have set up user form that requires the user to open a data file. once the file is open I want to be able to access it using other buttons on the form to perform various calculations of data in the opened file. The program that opens the file records the name, but I am not sure how to get modules that perform the calculation to point to the file. Any help would be greatly appreciated.

RAH

mdmackillop
05-16-2005, 03:18 PM
Hi Rah,
Welcome to VBAX
If you can post a file with some sample data and a description of what you're after, I'm sure we can help. To attach a file to your post, zip it then below the message box click Go Advanced, and on that page click Manage Attachments and follow the instructions.

rohall77
05-16-2005, 03:52 PM
Hi When I go to advance I do not see a manage file\attachment option.

rohall77
05-17-2005, 03:12 PM
I solved this by saving the file with a known name. Also started using TAG property of forms to pass information. Is there any other way to pass information from one form to the other?