Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Hi Here's my problem I wrote a code to enter automatically the current date in a number of rows (1 to 8), through an inputbox I have a number of code lines to prevent typing wrong values (kind of home made validation) I've declared num_linhas (the number of lines I want the date to be inserted in) as variant and the procedure runs only if the input is a number (isnumeric function). however, the code doesn't work if I type 5, it only inserts the date in one line. If the variable is declared as integer, it works fine but if, by mistake, text is inserted, i get a type mismatch error... thank you -- pmguerra ------------------------------------------------------------------------ pmguerra's Profile: http://www.excelforum.com/member.php...o&userid=14986 View this thread: http://www.excelforum.com/showthread...hreadid=503301 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Visual Basic Error Run Time Error, Type Mismatch | Excel Discussion (Misc queries) | |||
xpath error? Runtime Error 13 type mismatch | Excel Discussion (Misc queries) | |||
xpath error? Runtime Error 13 type mismatch | Excel Discussion (Misc queries) | |||
Type Mismatch error & subscript out of range error | Excel Programming | |||
Befuddled with For Next Loop ------ Run - Time Error '13' Type Mismatch Error | Excel Programming |