Quantcast
Channel: Check if worksheet exists by name - Stack Overflow
Browsing all 3 articles
Browse latest View live

Answer by Bill Roberts for Check if worksheet exists by name

Although a Boolean variable (err function in this case) defaults to False when declared, it's good practice to be explicit... and since ValidateWorksheetExists starts out as False, there's no need to...

View Article



Answer by Gary's Student for Check if worksheet exists by name

You need to exit the function right after:ValidateWorksheetExists = TrueOtherwise the next iteration of i will set it to False again.(there may be other errors)

View Article

Check if worksheet exists by name

I am wanting to validate if a worksheet exists, and if not then ask the user to enter select a sheet from those that exist. Looking over the information on this previous post i came up with a function...

View Article
Browsing all 3 articles
Browse latest View live




Latest Images