Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: ravenx
  • Order by date
  1. ravenx

    Help with Excel Cell Properties

    With VBA and Excel, how can I loop through the properties of a given cell and determine their values? I'm looking for something like Dim MyProp as Property Dim MyCell as Range Set MyCell = "$A$1" For each MyProp in MyCell.Properties Debug.Print MyProp.Name &...
  2. ravenx

    Property Enum

    Using VBA and Excel, is there an easy way to enumerate the properties of a cell and the value of each of those properties?

Part and Inventory Search

Back
Top