Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a string similar to the following (the underscore
is a blank space): _49 x 1.5 Total 49 and 1.5 come from ranges in a worksheet I need to assign this string to a variable. I tried the following, but I can't get it to work (doesn't seem to like the blank spaces): NewBF = Union(" ", Sheets("PanelChange").Range("C1"), _ " " x ", Sheets("PanelChange").Range("D1"), " ", "Total") Any advice on this? TIA, Todd |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Quick question on naming a union of ranges | Excel Discussion (Misc queries) | |||
UNION of Arrays - is possible? | Excel Discussion (Misc queries) | |||
Help w/ Union Queries | Excel Discussion (Misc queries) | |||
Union only works for sometimes. | Excel Programming | |||
VBA union of two ranges | Excel Programming |