If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > PC based Database Applications > Microsoft Excel > Function value -> value

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-01-06, 04:33
Oddish Oddish is offline
Registered User
 
Join Date: Mar 2003
Posts: 43
Thumbs up Function value -> value

I suspect this has been covered before but I'm not really sure what to search for. Can anyone tell me how I can convert a column of functions to only the actual values the functions return?
Reply With Quote
  #2 (permalink)  
Old 11-01-06, 18:49
Fazza Fazza is offline
Registered User
 
Join Date: Feb 2006
Posts: 113
In essence
Code:
Columns("A").value = Columns("A").value
Though you might want to reduce the range - not the whole column - for speed.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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