Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,560
Default Dialog Arguements

Hello

I need to execute a web query but the user must input username & password
and enter some information in the next window after logging in to get the
information. I need to continue to run the code but it wont wait for the
query to refresh before running the next line of code.

I thought maybe I could solve this by changing the RefreshBackground
property but I can't figure out how to set that property if I am using the
dialog.

this is the line of code I run to execute the dialog:
Application.Dialogs(xlDialogNewWebQuery).Show (strUrl)

Can I change the RefreshBackground property to false in this line?
Or are there any other ways of doing this?

David
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 9,101
Default Dialog Arguements

See VBA help

Built-In Dialog Box Argument Lists


"David" wrote:

Hello

I need to execute a web query but the user must input username & password
and enter some information in the next window after logging in to get the
information. I need to continue to run the code but it wont wait for the
query to refresh before running the next line of code.

I thought maybe I could solve this by changing the RefreshBackground
property but I can't figure out how to set that property if I am using the
dialog.

this is the line of code I run to execute the dialog:
Application.Dialogs(xlDialogNewWebQuery).Show (strUrl)

Can I change the RefreshBackground property to false in this line?
Or are there any other ways of doing this?

David

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Can you have to many arguements in a formula CeeCee Excel Worksheet Functions 4 September 11th 09 05:04 PM
Too many arguements? GHall Excel Worksheet Functions 6 December 6th 08 08:58 PM
how can i have more than 30 arguements in a SUM RobG2007 Excel Discussion (Misc queries) 6 July 25th 07 08:28 PM
Too many arguements pj Excel Discussion (Misc queries) 3 December 6th 05 02:13 PM
Formula using IF, AND and OR Arguements DaveG Excel Worksheet Functions 2 October 26th 05 10:26 PM


All times are GMT +1. The time now is 03:19 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"