Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I'm trying to ensure I dont undully copy empty cells. I have several hundred
Vehicals arriving per week, at present I'm allowing 1700 lines per week for these vehicles. however over the week I may only receive 1400. When working with a 5 week period the calculations can take forever. How can I only copy the values of the actual entries. My simple code: Range("EQ10:EQ10000").Select Selection.Copy Range("EX10").Select Selection.PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks _ :=False, Transpose:=False The caluculation can then be alligned to this: Regards |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Formula to sum selective data. | Excel Discussion (Misc queries) | |||
Charting selective data | Excel Discussion (Misc queries) | |||
Charting Selective Data | Charts and Charting in Excel | |||
Selective extraction of data | Excel Discussion (Misc queries) | |||
Need help merging selective data | Excel Discussion (Misc queries) |