Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I want to add some data from tab B to tab A. I was to past the values on tab
B below the last row on tab A. the problem is that when i do my macro I can't figure out how to select the last emply cell in colum b. the way i have it now, it's pasting values as of B7 and I want it below b7 or whatever is the last empty cell in column b ...make sense? any ideas? Sub ADD_to_Month() ' ' ADD_to_Month Macro ' Macro recorded 6/2/2008 by Mayte ' ' Range("C2").Select Range(Selection, Selection.End(xlDown)).Select Range(Selection, Selection.End(xlToRight)).Select Selection.Copy Sheets("Tab A").Select Selection.End(xlDown).Select Range("B7").Select Selection.PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks _ :=False, Transpose:=False Range("A1").Select End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to have cell values of 0 showing as blank | Excel Worksheet Functions | |||
How do I paste multiple values into one cell? | Excel Worksheet Functions | |||
paste to next blank cell/row | Excel Worksheet Functions | |||
paste formula to each cell in a column without changing values | Excel Worksheet Functions | |||
how do I generate a blank cell when I paste link; comes up - or 0 | Excel Discussion (Misc queries) |