I'm trying to go back and forth between worksheets on a MAC (I normally work with a pc) and for some reason I can only switch once. The following code
Worksheets("Sheet2").Activate
Worksheets("Sheet1").Activate
works fine on the first statement and fails on the second with "Application or User...
Sue,
I work with Oracle and am not sure if Sybase supports this, but you can do it in the select phrase with a decode statement, e.g.:
select decode(column_name,'C',' ',column_name)
This expression will return a space if the value of the column is "C" and return the value in the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.