Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello everyone,
I want to find the last column in a row that has information in it. I wrote out the following Worksheets("Current").Range("B2") _ .Copy Destination:= _ Worksheets("Current").Range("ZZ4").End(xlLeft)(1) But have it wrong. I have used this in the past Worksheets("SQL").Cells(rowSource, "A") _ .Copy Destination:= _ Worksheets("QUOTE").Range("G300").End(xlUp)(2) So what is the command to look from right to left? For that matter, is there a good list of Excel VBA commands to reference? I have a function list spreadsheet that gives all of the functions and how to write them (thanks to Norman Harker MVP for providing that), is there a similar document running around for VBA commands? LWhite |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Frequency of Unique Values in a cloumn | New Users to Excel | |||
Compare two columns and display value in 3 cloumn | Excel Discussion (Misc queries) | |||
Rearranging rows & Cloumn( Please help me) | New Users to Excel | |||
I am looking for a imple formula for excel i need Cloumn be to be | Excel Discussion (Misc queries) | |||
Function to find closest to 0 (including neg #'s) in cloumn | Excel Discussion (Misc queries) |