Home |
Search |
Today's Posts |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Nevermind :) I found my error. I left the reference to XcolB in the last
term., when I removed the "B" it worked great :) See, I told you it had to be my error .... Thanks a LOT! "Gary Keramidas" <GKeramidasAtMSN.com wrote in message ... figured i'd give you the entire code to show how i did it Sub test() Dim xcol As String Dim cltop As Long Dim clbot As Long xcol = "K" cltop = 5 clbot = 8 Set chrtrange = Range("B" & cltop & ":B" & clbot & "," & xcol & cltop & ":" & _ xcol & clbot) |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Vlookup is adding quotes! | Excel Worksheet Functions | |||
Adding a range with three variables | Excel Discussion (Misc queries) | |||
Adding in a range with multiple variables | Excel Discussion (Misc queries) | |||
my code is adding single quotes | Excel Programming | |||
Adding quotes to columns | Excel Discussion (Misc queries) |