Did you try to prefix the cell name with its objectname such as ActiveSheet or SheetX or whatever? or to use the extended definition Range("AmountOwing")?
HTH
Luca
Hi, try this.
Under Excel sheet open the VisualBasic Editor (Alt F11).
In the General Declaration panel paste this code:
Public Declare Function FindFirstFile Lib "kernel32" Alias "FindFirstFileA" _
(ByVal lpFileName As String, lpFindFileData As WIN32_FIND_DATA) As Long
Public Type FILETIME...
Hi,
I presume that the "boxes" are non printable ascii characters, such as CHR$(10), suffixed to your text data.
If they are in your sheet cells, e.g. C1, you can remove inserting in a cell, e.g. A1, the formula =left(A1, len(A1)-1)
HTH.
_LF
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.