Consulting

Results 1 to 2 of 2

Thread: Open Excel file via Web Page with Arguments

  1. #1
    VBAX Newbie
    Joined
    Nov 2008
    Posts
    3
    Location

    Open Excel file via Web Page with Arguments

    Hi all,

    We would like to open an Excel file under a web page (e.g. <a href="abc.xls"), and together passing some arguments (variables) to that Excel file for VBA processing. How can we do that? Kindly advise.

    Many Thanks!

    kkw

  2. #2
    As far as I know it isn't possible to pass command line arguments to Excel and have them passed to VBA. The only way I can think of is to port your VBA code from Excel into a VB executable that opens Excel and works based on your command line arguments.

    -Jon

Posting Permissions

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