View Single Post
 
Old 02-07-2012, 04:39 AM
gsrikanth gsrikanth is offline Windows XP Office XP
Competent Performer
 
Join Date: Dec 2011
Posts: 133
gsrikanth is on a distinguished road
Default

Quote:
Originally Posted by macropod View Post
I have no idea what you mean. Please explain.

Also, when posting code, please use the code tags (on the Advanced menu).
what is code tags, where it will be?

previously you given ****If ocel.Value = 1 Then ****
i changed to ****If Len(ocel.Value) > 0 Then **** error comming
i want to use not only for 1, but also for constants
Reply With Quote