• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Search results

  1. G

    exit excel

    Can you us in details, exit the macros when they are running when you click close button in excel?
  2. G

    Delete text from column A

    Hope this code help you much...below code clear the text contained cells in Column - A Sub ClearTextData() Dim rng As Range Dim cel As Range Set rng = Range("A1:A65536")'assign the range up to the data have For Each cel In rng If WorksheetFunction.IsText(cel.Value) Then...
  3. G

    Macro to work on selected columns, not set columns

    Hi Nikki, Can you please attach the worksheet along with this code. This will helps us much better.
  4. G

    XLSM vs XLSB

    Hi Friends, Please share your knowledge when should use xlsm or xlsb file formats. Thanks in Advance -Girish
  5. G

    Rename Chart/Shape Object Using VBA

    Hi Hui, Thanks for reply. But i am creating Chart/Shape through VBA, we can't know "Old Chart Name" at that instance. Can u help me here.
  6. G

    Rename Chart/Shape Object Using VBA

    Hi Everyone, I have query in Excel VBA, Can we Rename Chart/Shape Object using VBA?? Thanks in Advance.
Back
Top