I want my message box to pop up a message like "Your ticket number is 1001".
I know how to make a message box that says that exactly, but I want the value to be from an existing table. Is there a way to do that?
Thanks in advance
I want my message box to pop up a message like "Your ticket number is 1001".
I know how to make a message box that says that exactly, but I want the value to be from an existing table. Is there a way to do that?
Thanks in advance
![]()
Please Login or Register to view this content.
Please Read Forum Rules Before Posting
Wrap VBA code by selecting the code and clicking the # icon or Read This
How To Cross Post politely
Top Excel links for beginners to Experts
If you are pleased with a member's answer then use the Scales icon to rate it
If my reply has assistedor failed to assist you
I welcome your Feedback.
Thanks for the reply.
Currently I have column A pre-filled with unused issue numbers.
I have a user form that adds the data to the first empty row starting with column b.
So the issue number won't always be in the same cell....
Would I be able to do an offset of some sort, like "all my code for finding the first empty row, offset (-1,-1)?
Never mind, I figured it out. I didn't make it quite so complicated though...
![]()
Please Login or Register to view this content.
Last edited by VBA Noob; 03-27-2008 at 06:02 PM.
It is normally best if you avoid using select within you code
Try
![]()
Please Login or Register to view this content.
Thanks a bunch!
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks