After importing my report to Excel my numbers are listed in text format with the green arrow in the upper corner (see attached worksheet). For my situation, the problem can easily be fixed by highlighting all of the fields and selecting "Convert to Number" from the exclamation point drop down.
Is there a way using VBA Code to replicate this process? I would like all of my values to retain their format (percentage, dollar, etc). but no longer have the green notices in the upper corner.
Any help would be greatly appreciated. Thanks!
Last edited by jeff01010; 05-12-2011 at 11:40 AM.
Try:
Range("B3:I6").Value = Range("B3:I6").Value
Regards
I can not believe I missed a function as simple as that. Thank you for your help this worked perfectly.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks