Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am importing a text (.csv) file into excel and formatting it via a Macro.
in one column I have to insert a formula but when I do so, the formula is showing, i.e. "=TRIM(Z4)". I have tried to format to "general" but it doesn't work unless I click inside the cell and press enter. How do I apply the "General" formatting without have to manually click inside the cell? I want to do it in my macro. Here is my code: ActiveCell.Formula = "=TRIM(Z4)" Selection.NumberFormat = "General" -- www.bardpv.com Tempe, Arizona |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Vlookup,format general, format text | New Users to Excel | |||
Format text to general | Excel Discussion (Misc queries) | |||
Converting general text format to date | Excel Discussion (Misc queries) | |||
Format: General - Text - General | Excel Worksheet Functions | |||
VBA automatically change text format into general format? | Excel Programming |