Hi there.
I am trying to write in VB some code that will enter a number in a column if a cell has some data in it and one character is an @.
Please see attached spreasheet for idea.
Thanks
Mark
Hi there.
I am trying to write in VB some code that will enter a number in a column if a cell has some data in it and one character is an @.
Please see attached spreasheet for idea.
Thanks
Mark
You could just use a formula in column AD:
=IF(ISNUMBER(FIND("@",O2)),1,0)
If you actually need VB, then try:
![]()
Please Login or Register to view this content.
Last edited by romperstomper; 09-30-2009 at 08:47 AM. Reason: Added code version.
Everyone who confuses correlation and causation ends up dead.
Thanks for that.
All sorted!
Mark
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks