Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Is there a solution to this problem? The final space in a String is
deleted when assigned to a field in an Object variable. Dim obHead As Object Dim strLet As String strLet = "ABCD " 'ABCD and a final space obHead.Value("OBJ") = strLet "obHead.Value("OBJ") contains ABCD (no space) Thanks for any assistance! |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I stop my tab from moving more than one space | Excel Discussion (Misc queries) | |||
Object Variable Not Set Error on Selection object | Excel Worksheet Functions | |||
Run-time Error'91: Object variable or With block variable not set | Excel Programming | |||
Run-time error '91': "Object variable or With block variable not set | Excel Programming | |||
Cells.Find error Object variable or With block variable not set | Excel Programming |