Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Good morning - scanning two worksheets and pasting information via VBA from
one worksheet to another. I copy it from the first worksheet to a variable thus: Store_PreAppSpend = Format(WorkOrderToCheckListCell.Offset(0, 31).Formula, "£#,##0") I then paste it into the second worksheet like this: Selection.Offset(0, 7).Formula = Store_PreAppSpend but it comes in as a label and I want it as a value. I know I should be able to do this with the worksheet function VALUE, but I can't remember the syntax I should use. As usual, thanks in advance. Regards Pete |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how to convert the numerical to text (ie 1200 to One thousand two | Excel Discussion (Misc queries) | |||
convert numerical value to a text form | Excel Discussion (Misc queries) | |||
Nice easy Listbox queries | Excel Programming | |||
how to convert numerical figure into text | Excel Worksheet Functions | |||
HOW TO CONVERT NUMERICAL VALUE IN TO ENGLISH TEXT | Excel Worksheet Functions |