Excel macro to open another application
Closed
unos
-
Mar 23, 2010 at 06:26 AM
rizvisa1 Posts 4478 Registration date Thursday January 28, 2010 Status Contributor Last seen May 5, 2022 - Mar 24, 2010 at 05:45 AM
rizvisa1 Posts 4478 Registration date Thursday January 28, 2010 Status Contributor Last seen May 5, 2022 - Mar 24, 2010 at 05:45 AM
Related:
- Excel macro to open another application
- Spell number in excel without macro - Guide
- How to open excel in notepad - Guide
- Free java application download - Download - Other
- Transfer data from one excel worksheet to another automatically - Guide
- Excel mod apk for pc - Download - Spreadsheets
1 response
rizvisa1
Posts
4478
Registration date
Thursday January 28, 2010
Status
Contributor
Last seen
May 5, 2022
766
Mar 23, 2010 at 03:37 PM
Mar 23, 2010 at 03:37 PM
use shell command like
taskID = Shell("excel.exe ""C:\Users\haadi\Downloads\WO sample.xlsm""", 3)
taskID = Shell("excel.exe ""C:\Users\haadi\Downloads\WO sample.xlsm""", 3)
Mar 24, 2010 at 12:16 AM
But my question is that my application is having login module. When I run application through shell function, it opens login window where I have to type username and password.
And my query is that whether I can store username and password in my code so that it will give username and password automatically and login to application?
Mar 24, 2010 at 05:45 AM