Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks Mudraker,
The code I used is: Dim c As Range Dim sTxt As String For Each c In ThisWorkbook.Sheets("Calculation ").Range("g5:h19") sTxt = sTxt & vbLf & c.Value Next c MsgBox sTxt It worked perfectly... Thanks Again : -- Message posted from http://www.ExcelForum.com |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
COMPARING TEXT IN A RANGE OF CELLS AND DISPLAY IT IN ANOTHER. | Excel Worksheet Functions | |||
display text in a cell in a range of cells | Excel Discussion (Misc queries) | |||
display a range of cells editible cells based on matching date | Excel Worksheet Functions | |||
How do I get Excel to display a range of cells with a check box? | Excel Discussion (Misc queries) | |||
Display first, second, etc Nonblank Cells in a Range | Excel Worksheet Functions |