View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.misc
Luke M Luke M is offline
external usenet poster
 
Posts: 2,722
Default Please help me to find out number of column occured

xValue = Range(ActiveCell, "A7").Columns.Count
--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"pol" wrote:

Please help me to find out number of column occured between
activecell and A7

For example current column M7 . I want to find out the number of column
between
the column M7, A7

It would be very helpful to me please help

With thanks
Pol