The information in this article applies to:
SUMMARYSometimes it is necessary to convert (row,column) numerical indices into Excel-style "A1:C1" string notation. This can be confusing because after 'Z', Excel starts using 'BA', 'BB', and so forth. This article contains a function that you can use in your code to do this conversion for you. MORE INFORMATIONMicrosoft Visual Basic Code:
Here are a few examples of the conversion:
(c) Microsoft Corporation 1999, All Rights Reserved. Contributions by Joe Crump, Microsoft Corporation.Additional query words: excel convert
Keywords : kbsample kbExcel KbVBA kbVBp kbVBp400 kbVBp500 kbVBp600 |
Last Reviewed: October 4, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |