View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
jack jack is offline
external usenet poster
 
Posts: 97
Default Conflict reporting No of columns

Hello,
How many columns spreadsheet has?
oExcel.ActiveWorkbook.ActiveSheet.Columns.Count returns number 256
but when I scroll spreadsheet horizontallyI see much more of them.
Roughly, my count is 27*27 which is equal to 729.
Why is that discrepancy?