chris2727272727
Board Regular
- Joined
- Jul 10, 2005
- Messages
- 152
range ("a2").formula = (vlookup(WHAT TO LOOK UP)
Can anybody explain to me the way the on error statement works ie if i have the above text and want it to break the sub do i put an on error end sub before or after the above vlookup statment and do i need a on error statement for every line of code or will one on error end sub at the beggining of the sub routine suffice for all the text.
Can anybody explain to me the way the on error statement works ie if i have the above text and want it to break the sub do i put an on error end sub before or after the above vlookup statment and do i need a on error statement for every line of code or will one on error end sub at the beggining of the sub routine suffice for all the text.