View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
incjourn incjourn is offline
external usenet poster
 
Posts: 1
Default Last column in selection

This might not be the best way but it works

-----------------------------------

For Each B In Selection
C = B.Column
Next B

lastcol = C

-----------------------------------

Regard

--
Message posted from http://www.ExcelForum.com