Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Hello, Quite New to VB. My probl

Status
Not open for further replies.

hankm3

Programmer
Jan 27, 2002
284
US
Hello,

Quite New to VB. My problemis that I can't seem to use the Worksheet Functions (IE: IsText() ).

My problem probably lies between the Keyboard and the Chair.

Any ideas ??

Hank
 
It would help us if we had some code to work with. Can you post any?

Andy
"Logic is invincible because in order to combat logic it is necessary to use logic." -- Pierre Boutroux
"A computer program does what you tell it to do, not what you want it to do." -- Greer's Third Law
 
Andy,

Figured out answer 3 minutes after posting this Thread.

If isText(Data) then
MsgBox(Data)
End if

Fix:

Application.isText(Data)

Thanks

Hank
 
Glad you could sort it out.

Andy
"Logic is invincible because in order to combat logic it is necessary to use logic." -- Pierre Boutroux
"A computer program does what you tell it to do, not what you want it to do." -- Greer's Third Law
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top