ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Convertin Text to numbers within a Macro?? (https://www.excelbanter.com/excel-discussion-misc-queries/51334-convertin-text-numbers-within-macro.html)

Pedros

Convertin Text to numbers within a Macro??
 

I am recording a Macro that involves and If statement. I want the macro
to then paste over the if statements with values (1 & 0). When I paste
values over the if statement the cells are formatted as text and
although I highlight all of them and format cells as numbers in the
macro it doesn't seem to record the step.

How can I have these cells formatted as numbers within the macro??

thanks.


--
Pedros
------------------------------------------------------------------------
Pedros's Profile: http://www.excelforum.com/member.php...o&userid=28202
View this thread: http://www.excelforum.com/showthread...hreadid=477775


Rowan Drummond

Convertin Text to numbers within a Macro??
 
Maybe:
Selection.NumberFormat = "0"
or
Selection.NumberFormat = "General"

Hope this helps
Rowan

Pedros wrote:
I am recording a Macro that involves and If statement. I want the macro
to then paste over the if statements with values (1 & 0). When I paste
values over the if statement the cells are formatted as text and
although I highlight all of them and format cells as numbers in the
macro it doesn't seem to record the step.

How can I have these cells formatted as numbers within the macro??

thanks.




All times are GMT +1. The time now is 07:37 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com