Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi, I'm a VBA noob. At most I glean from the genius on this forum and copy
and paste your functions into my workbooks. I took a modified version of this code directly from this forum, but I don't know how to change it so that the input box will only pop up if the cell is blank. Option Explicit Private Sub Workbook_Open() Dim ClientName As String ClientName = InputBox("Please input the Client's Name") Worksheets("Summary").Range("A4") = ClientName End Sub Also I only need the input box to pop up if the user is on the tab titled "Summary," not as the book is opened. Any help is greatly appreciated! Thanks! |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to make an input in a cell mandatory without leaving it blank | Excel Discussion (Misc queries) | |||
Start Cell B1 then find first blank cell, insert subtotal, next non blank, then next blank, sutotal cells in between......... | Excel Programming | |||
Need macro to check if cell is not blank & previous cell is blank, copy information from row above & paste | Excel Programming | |||
Have user input converted to uppercase in same cell as input? | New Users to Excel | |||
excel input 0 when cell blank or deleted by key or spacebar | Excel Worksheet Functions |