Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default excel web queries: make the box for the website name much longer

excel web queries: make the box for the website name much longer;
we need to be able to type in a webaddress that is long: the host name, the
cgi, the program name, password and userid, and a bunch of parameters for the
program. Excel says, when we try to edit our query, that the address is too
long to edit; please make it longer. i can save the .iqy and edit it that
way, but that's too hard for my end users. they need to be able to edit the
page name right in the box under Edit Query.
thanks.

----------------
This post is a suggestion for Microsoft, and Microsoft responds to the
suggestions with the most votes. To vote for this suggestion, click the "I
Agree" button in the message pane. If you do not see the button, follow this
link to open the suggestion in the Microsoft Web-based Newsreader and then
click "I Agree" in the message pane.

http://www.microsoft.com/office/comm...el.programming
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,337
Default excel web queries: make the box for the website name much longer

I would suggest that you record a macro while doing a simple change to the
typed in url and then modify the resulting url in the macro for variables in
your worksheet.
this one happened to be for Morningstar.com

"URL;http://yourwebsite.com/Stock/Income10.asp?Country=USA&Symbol=ibm&stocktab=finan ce"
"URL;http://" & [a1] &
".com/Stock/Income10.asp?Country=USA&Symbol=ibm&stocktab=finan ce"
where cell a1 would have had type in Morningstar.com

--
Don Guillett
SalesAid Software

"susannah" wrote in message
...
excel web queries: make the box for the website name much longer;
we need to be able to type in a webaddress that is long: the host name,
the
cgi, the program name, password and userid, and a bunch of parameters for
the
program. Excel says, when we try to edit our query, that the address is
too
long to edit; please make it longer. i can save the .iqy and edit it that
way, but that's too hard for my end users. they need to be able to edit
the
page name right in the box under Edit Query.
thanks.

----------------
This post is a suggestion for Microsoft, and Microsoft responds to the
suggestions with the most votes. To vote for this suggestion, click the "I
Agree" button in the message pane. If you do not see the button, follow
this
link to open the suggestion in the Microsoft Web-based Newsreader and then
click "I Agree" in the message pane.

http://www.microsoft.com/office/comm...el.programming


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 I make a chart that is longer than the offered page sizes? Digger Charts and Charting in Excel 2 February 23rd 09 11:36 PM
How do I Make a drop-down box longer Inspectec Rich Excel Discussion (Misc queries) 2 March 3rd 08 07:37 PM
make footer longer Lyndsie Excel Discussion (Misc queries) 4 July 27th 07 12:00 PM
How do I make longer a drop-down list (the window) in excel? Martin Excel Worksheet Functions 1 January 13th 06 08:42 PM
How do I make a spreadsheet interactive on a website? Regina Excel Discussion (Misc queries) 1 October 8th 05 04:53 AM


All times are GMT +1. The time now is 02:07 PM.

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

About Us

"It's about Microsoft Excel"