|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Help needed with macro
Hi all,
I'm trying to figure something out, but it won't work...so i need your help. I will tell what i want to do. I made a form with a lot of Textboxes. Now, when i fill in this Form and i leave a Textbox blank i want a macro (when pushed on a button) to delete a specific Range and a specific sheet. Is this possible? Many thanks in advance!! Greets, Hans |
|
#2
|
|||
|
|||
|
Sorry guys, i allready found out how to do it...
If TextBox12 = "" Then Range("A143:A153").EntireRow.Delete Application.DisplayAlerts = False Sheets("Chart12").Delete Application.DisplayAlerts = True Don't know why i didn't think about it before.... I will be back soon i think with an other question, just let me try everything first... |
![]() |
| Viewing: ASP Free Forums > Programming > Visual Basic Programming > Help needed with macro |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|