ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Save as Dialog Box Mysterious " " (https://www.excelbanter.com/excel-worksheet-functions/30957-save-dialog-box-mysterious-%22-%22.html)

Mike

Save as Dialog Box Mysterious " "
 
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




Mike

I'm an idiot... I meant to post this in the programming section.
Sorry.


"Mike" wrote:

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




Vasant Nanavati

I'm not getting these quotes in Excel 2002. What version are you using?

Try not using the ".xls" extension but instead specifying the file type:

sStr = "S:\Orders\" & Range("C4")
Application.Dialogs(xlDialogSaveAs).Show sStr, 1

--

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







All times are GMT +1. The time now is 10:27 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com