U
Ulf Nilsson
Hi,
I want to add some extra spaces after text in a cell so
the cell expands. The following does not work:
Selection.Typetext " "
or
Selection.InsertSymbol Font:="Garamond", _
CharacterNumber:=32, Unicode:= _
True
Selection.InsertSymbol Font:="Garamond", _
CharacterNumber:=32, Unicode:= _
True
Selection.InsertSymbol Font:="Garamond", _
CharacterNumber:=32, Unicode:= _
True
The code produces thre extra spaces, but the cell does
not expand. If I type extra letters, for example
Selection.TypeText "123", then the cell expands.
/ Ulf
I want to add some extra spaces after text in a cell so
the cell expands. The following does not work:
Selection.Typetext " "
or
Selection.InsertSymbol Font:="Garamond", _
CharacterNumber:=32, Unicode:= _
True
Selection.InsertSymbol Font:="Garamond", _
CharacterNumber:=32, Unicode:= _
True
Selection.InsertSymbol Font:="Garamond", _
CharacterNumber:=32, Unicode:= _
True
The code produces thre extra spaces, but the cell does
not expand. If I type extra letters, for example
Selection.TypeText "123", then the cell expands.
/ Ulf