Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,101
Default Mysterious " " in SaveAs Dialog Box

Code is as follows
sStr = "S:\Orders\" & Range("C4") & ".xls"
Application.Dialogs(xlDialogSaveAs).Show sStr


Assume C4 describes me... The Save As Dialog box pops up (like it shoud),
the File Name Text Box Has the words: Mike is an Idiot.xls (Like it should),
but Mike is an Idiot is in quotation marks like this:
"Mike is an Idiot.xls"

The quotes aren't there in C4 but they appear in the SaveAs Dialog box.
Why? Does it matter? What could it affect? How do I get Rid of them? DEATH
TO THE QUOTES!!!!

-Mike

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Mysterious " " in SaveAs Dialog Box


I couldn't reproduce your error.
How do you have sStr declared?


--
bhofsetz
------------------------------------------------------------------------
bhofsetz's Profile: http://www.excelforum.com/member.php...o&userid=18807
View this thread: http://www.excelforum.com/showthread...hreadid=379527

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,080
Default Mysterious " " in SaveAs Dialog Box

Look at my response in .worksheet.functions.

--

Vasant

"Mike" wrote in message
...
Code is as follows
sStr = "S:\Orders\" & Range("C4") & ".xls"
Application.Dialogs(xlDialogSaveAs).Show sStr


Assume C4 describes me... The Save As Dialog box pops up (like it shoud),
the File Name Text Box Has the words: Mike is an Idiot.xls (Like it

should),
but Mike is an Idiot is in quotation marks like this:
"Mike is an Idiot.xls"

The quotes aren't there in C4 but they appear in the SaveAs Dialog box.
Why? Does it matter? What could it affect? How do I get Rid of them?

DEATH
TO THE QUOTES!!!!

-Mike



  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Mysterious " " in SaveAs Dialog Box


I got the same issue and posted a similar question in theis forum

The only way I found to get around it is to use the sendkeys option
with the file name you want to save.


--
jmoffat
------------------------------------------------------------------------
jmoffat's Profile: http://www.excelforum.com/member.php...fo&userid=1151
View this thread: http://www.excelforum.com/showthread...hreadid=379527

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
Mysterious "Arc" appearing at the bottom of the page PlarfySoober Excel Discussion (Misc queries) 6 November 14th 09 01:22 AM
How to delete the "Insert Function Dialog Box" (dialog box only)? TBI''d biker Excel Worksheet Functions 2 April 7th 07 09:18 PM
Scroll Bar missing "Control" tab in "Format Properties" dialog box Peter Rooney Excel Discussion (Misc queries) 5 August 24th 06 05:36 PM
Mysterious "Identify Label" is crashing Excel Don Wiss Excel Programming 2 January 16th 05 01:14 AM
When is "?" really a "?" (.SaveAs with Chinese chars) Nick Cranham Excel Programming 0 February 13th 04 11:01 AM


All times are GMT +1. The time now is 05:23 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"