• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Need VB help in Excel pls.

Hi group. I'm calling on the programming wizards in Excel to help me out...
I need to know how to read a cell in Excel using Visual Basic.
For example..
the content of cell A1 is
123456ABCD

I'm trying to extract just the number part of the cell (123456) and discard the non-numeric characters (ABCD)

I think I have the logic down but I don't even know how to read the contents of a cell, so any help is appreciated. TIA
 
Back
Top