I'm working with a VBA macro in Excel that refreshes data by using the following command:
Selection.QueryTable.Refresh BackgroundQuery:=False
Before Excel can access the Oracle data, the following prompt is displayed:
Logon to Oracle
User Name:
Password:
Server:
The User Name and Server fields are already filled in, but is there a way to use VBA to automate filling in the Password field?
Selection.QueryTable.Refresh BackgroundQuery:=False
Before Excel can access the Oracle data, the following prompt is displayed:
Logon to Oracle
User Name:
Password:
Server:
The User Name and Server fields are already filled in, but is there a way to use VBA to automate filling in the Password field?