If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > General > New Members & Introductions > VBA converts spaces to question marks

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 07-18-11, 14:13
jpgalasso jpgalasso is offline
Registered User
 
Join Date: Feb 2004
Posts: 67
VBA converts spaces to question marks

I am trying to convert entries to integers. I have a matrix that I copied from a PDF file that looks like all integers but some of the integers have spaces. I tried the TRIM and REPLACE functions but VBA is showing, for example, a "3 " as "?3". So neither TRIM nor REPLACE work. How do I convert the "3 " to a "3" (without the quotes of course). Thanks much for any help. Jim
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On