Home |
Search |
Today's Posts |
#6
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
On Tue, 12 Jun 2007 06:16:00 -0700, CWillis
wrote: I am inserting formulas into cells using a macro. Several formulas require a blank. (" ") Others have posted the solution. However, a word of caution. With your " " you are NOT inserting a "blank", rather you are inserting a <space character. If you want to insert a null string, which is generally what is meant when someone writes about inserting a blank, you should not include the <space. So instead of "" "" you should be using """" --ron |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Converting "uppercase" string data to "lower case" in CSV file | Excel Discussion (Misc queries) | |||
Lost "File Menu" - now it's "Edit / View / Insert.." but no "F | Excel Discussion (Misc queries) | |||
insert "-" as fourth character in number string | Excel Discussion (Misc queries) | |||
Insert "-" in text "1234567890" to have a output like this"123-456-7890" | Excel Discussion (Misc queries) | |||
Macro to insert "0" in front of 4 character string | Excel Programming |