Thread: Vb

  1. #1
    stefan
    Guest

    Vb

    Help !!

    I have created a microsoft excel spreadsheet but what I'm trying to do is open a readme.txt when the user presses a button.

    Any suggestions.

    Stef.

  2. #2
    Registered User
    Join Date
    Sep 2001
    Posts
    164
    Attach the button with a macro which contains:
    shell "notepad.exe readme.txt"
    // Gliptic

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Passing an Array of Strings from VB to a C DLL
    By mr_nice! in forum Windows Programming
    Replies: 9
    Last Post: 03-08-2005, 06:16 AM
  2. C with VB ?
    By khpuce in forum Windows Programming
    Replies: 2
    Last Post: 02-21-2005, 08:00 AM
  3. Passing parameters from VB to C++ through ActiveX DLL
    By torbjorn in forum Windows Programming
    Replies: 0
    Last Post: 12-10-2002, 03:13 AM
  4. VB Calling Convention?!
    By minime6696 in forum Windows Programming
    Replies: 6
    Last Post: 03-27-2002, 04:39 PM
  5. Sending a string to C++ from VB 6.
    By VirtualAce in forum C++ Programming
    Replies: 4
    Last Post: 08-21-2001, 02:28 AM