Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Mysterious "Arc" appearing at the bottom of the page | Excel Discussion (Misc queries) | |||
How to delete the "Insert Function Dialog Box" (dialog box only)? | Excel Worksheet Functions | |||
Scroll Bar missing "Control" tab in "Format Properties" dialog box | Excel Discussion (Misc queries) | |||
Mysterious "Identify Label" is crashing Excel | Excel Programming | |||
When is "?" really a "?" (.SaveAs with Chinese chars) | Excel Programming |