Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
what is wrong with this?
msgbox "Service Levels and ASA's posted for " & sheet2.range("ab2") i know that's not right, but what is the correct way to say that -- Message posted from http://www.ExcelForum.com |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Try
msgbox "Service Levels and ASA's posted for " sheets("sheet2").range("ab2").valu -- Message posted from http://www.ExcelForum.com |