Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. OrangeCrush

    Saving and reading variables to/from a file

    I figured it out. The command to pass values from a file to variables is "Input." I was almost there in the above example. Here's the working code: Sub Main() dim Somevariable1 as string dim Somevariable2 as string dim Somevariable3 as string if dir$ ("c:\temp\savedvariables.txt") <>...
  2. OrangeCrush

    Saving and reading variables to/from a file

    Here's the test macro I'm trying to get to read and write to/from a text file. I've got the "write" bit working, but I don't know how to read from the file once it's been opened. "Read" is obviously not the correct command: Sub Main() dim Somevariable1 as string dim Somevariable2 as string...
  3. OrangeCrush

    Saving and reading variables to/from a file

    I have. However the help file doesn't have any examples for the input mode, so I have no idea how to pass the values in a text file to variables.
  4. OrangeCrush

    Saving and reading variables to/from a file

    Hello, I'm attempting to implement a "save file" of sorts for a number of Extra basic macros. Ideally, i'd like it to ask a series of questions, then save the user responses to a text file so it remembers the answers the next time the macro runs. The point I'm stumped at is how to code it to...

Part and Inventory Search

Back
Top