Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Dim HexString as String, Counter as Long, InterestedColumn as Integer InterestedColumn = <whatever column # For Counter = 1 to UsedRange.Rows.Count HexString = HexString & Cells(Counter, InterestedColumn).Value Next Counte -- crispb ----------------------------------------------------------------------- crispbd's Profile: http://www.excelforum.com/member.php...fo&userid=1088 View this thread: http://www.excelforum.com/showthread.php?threadid=27465 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Errors on Functions with many arguments | Excel Worksheet Functions | |||
arguments in MATCH and OFFSET functions | Excel Worksheet Functions | |||
Why do functions not allow commas to seperate arguments | Excel Worksheet Functions | |||
Need know what are valid SUMPRODUCTS arguments and functions | Excel Worksheet Functions | |||
Arrays as Arguments in Functions | Excel Programming |