ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   MsgBox Contents (https://www.excelbanter.com/excel-programming/310653-msgbox-contents.html)

dok112[_30_]

MsgBox Contents
 

Hi,

I have a messagebox, that contains certain information that change
based on what in input in a cell on the sheet. I have written th
msgbox that i need, but the way i thought i could insert the cel
contents didn't work. Can someone please help....I need the [date1] t
show the contents of the specified range instead of "[date1]".....

Code:

Sub Week1Sun()
Dim date1 as variant
[date1] = sheets("sheet1").range("c1")

If sheets("sheet1").range("a1") = "0" then
msgbox "You're requested time has been entered for [date1] at 0:00
0:30."
else:
msgbox "Please enter a value into the specified cell."
end if
end sub

Thanks for any help that is provide

--
dok11
-----------------------------------------------------------------------
dok112's Profile: http://www.excelforum.com/member.php...fo&userid=1058
View this thread: http://www.excelforum.com/showthread.php?threadid=26186


N10

MsgBox Contents
 
HI try

msgbox "You're requested time has been entered for "& [date1] & " at
0:00 -0:30."

Best N10


"dok112" wrote in message
...

Hi,

I have a messagebox, that contains certain information that changes
based on what in input in a cell on the sheet. I have written the
msgbox that i need, but the way i thought i could insert the cell
contents didn't work. Can someone please help....I need the [date1] to
show the contents of the specified range instead of "[date1]".....

Code:

Sub Week1Sun()
Dim date1 as variant
[date1] = sheets("sheet1").range("c1")

If sheets("sheet1").range("a1") = "0" then
msgbox "You're requested time has been entered for [date1] at 0:00 -
0:30."
else:
msgbox "Please enter a value into the specified cell."
end if
end sub

Thanks for any help that is provided


--
dok112
------------------------------------------------------------------------
dok112's Profile:
http://www.excelforum.com/member.php...o&userid=10581
View this thread: http://www.excelforum.com/showthread...hreadid=261862





All times are GMT +1. The time now is 12:50 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com