LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 56
Default Nice and easy - convert text to its numerical equivalent

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
how to convert the numerical to text (ie 1200 to One thousand two Kiran Excel Discussion (Misc queries) 2 June 26th 07 01:09 PM
convert numerical value to a text form Converting number to text in Excel Excel Discussion (Misc queries) 4 April 9th 07 07:55 PM
Nice easy Listbox queries Peter Rooney Excel Programming 7 March 10th 06 10:08 AM
how to convert numerical figure into text ckchuah Excel Worksheet Functions 1 August 23rd 05 02:40 PM
HOW TO CONVERT NUMERICAL VALUE IN TO ENGLISH TEXT KRISHNAMOHAN Excel Worksheet Functions 2 August 19th 05 11:49 AM


All times are GMT +1. The time now is 02:00 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"