Hi,
I am attempting to go back over some old, old code I have but need to revive for a campaign restart.
I have run into a problem translating one of the characters in the new report I am trying to import and clean up for easier use in Excel. This character appears in Excel as a small box with a question mark in it, and in my text editor it appears as "FF". My research tells me that this is probably some Unicode character, but I can not figure out how to capture it in a Select statement and act upon it.
Can someone point me in a direction so that I can have Excel react to this cell content?
TIA!
Update: When I use VBA to assign the character to a variable, it comes back as a "Variant/String" type and its value is displayed as a small box. Hth!
I am attempting to go back over some old, old code I have but need to revive for a campaign restart.
I have run into a problem translating one of the characters in the new report I am trying to import and clean up for easier use in Excel. This character appears in Excel as a small box with a question mark in it, and in my text editor it appears as "FF". My research tells me that this is probably some Unicode character, but I can not figure out how to capture it in a Select statement and act upon it.
Can someone point me in a direction so that I can have Excel react to this cell content?
TIA!
Update: When I use VBA to assign the character to a variable, it comes back as a "Variant/String" type and its value is displayed as a small box. Hth!
Last edited: