Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am assigning a two character string to a variable as follows (Stringy is
the variable I read each record form before breaking it into pieces): ThisActy = Mid(Stringy, 4, 4) The record I am reading from has "00 " (two zeros and two blanks) starting at position 4. I then try to insert it into a cell in my spreadsheet as follows: ActiveCell.Value = ThisActy However when I look at the cell I see a 0 (number, not text) in that cell. I want it to stay in text form in the spreadsheet. What am I doing wrong? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
If activecell.column = variable then activecell,offset (0,1) | Excel Discussion (Misc queries) | |||
How to Revert to ActiveCell.Formula = format from ActiveCell.FormulaR1C1 = format | Excel Programming | |||
ActiveCell | Excel Programming | |||
if activecell is value | Excel Programming | |||
Activecell value | Excel Programming |