Consulting

Results 1 to 4 of 4

Thread: Sleeper: Workbook and Forms

  1. #1
    VBAX Newbie
    Joined
    May 2005
    Posts
    3
    Location

    Sleeper: Workbook and Forms

    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

  2. #2
    Administrator
    VP-Knowledge Base
    VBAX Grand Master mdmackillop's Avatar
    Joined
    May 2004
    Location
    Scotland
    Posts
    14,489
    Location
    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.
    MVP (Excel 2008-2010)

    Post a workbook with sample data and layout if you want a quicker solution.


    To help indent your macros try Smart Indent

    Please remember to mark threads 'Solved'

  3. #3
    VBAX Newbie
    Joined
    May 2005
    Posts
    3
    Location
    Hi When I go to advance I do not see a manage file\attachment option.

  4. #4
    VBAX Newbie
    Joined
    May 2005
    Posts
    3
    Location
    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?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •