Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi
I would like to copy the results of a calculation in a macro into the first blank cell in column C. Note that this is NOT the cell below the ast row of the colum. There are more various blank and non-blanks below the first blank in column C. How do I select the first blanc cell in Column C then? The part of the macro below works perfectly except for the fact that it does not copy the value in the first blanc cell but in the last cell. Adding a line + 1 did not work until now. Your help is really appreciated, Many thanks upfront. If COMPANY = "SA" Or COMPANY = "sa" Then ' Select the SA 2006_2007 sheet for input Sheets("2006_2007 BE Invoices Out").Select Range("C1").Select 'Instruction below Brings me to the last non-blank cell, but need the line below !!! Range(Selection.Address).End(xlDown).Select Sheets("Parameters").Select Range("E16").Select Selection.Copy Sheets("2006_2007 BE Invoices Out").Select Selection.PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks _ :=False, Transpose:=False |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Remove the blank colum in the graph from merged cells | Charts and Charting in Excel | |||
Copy cell value into blank cells below (full worksheet) | Excel Worksheet Functions | |||
MACRO - Unmerge cells and delete blank columns, leaving data colum | Excel Programming | |||
find range of non-blank cells in colum | Excel Programming | |||
COPY A CONCATENATE CELL TO BLANK CELL PUTTING IN THE NEXT BLANK C. | Excel Discussion (Misc queries) |