• 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. M

    I need help for creating hyperlinks.

    Here is some vba code that I have written that creates an "Index Sheet" at the beginning of the workbook. You could update the code to delete the Index Sheet before it runs each time that way you don't have to manually do it? Option Explicit Public Sub SheetNames() 'Macro created for...
  2. M

    Apply a formula to a cell using a VBA macro?

    Hui -- is there a way to program that custom format backwards? For example if the cell already has 12.3k in it, it can read 12,300 when it is done? Thank you in advance.
  3. M

    Apply a formula to a cell using a VBA macro?

    Awesome tip -- hadn't even thought of that. Thanks for the quick reply! Long time stalker on this forum, but I've been able to answer most of my problems myself or by reading other posts. Thanks again.
  4. M

    Apply a formula to a cell using a VBA macro?

    Quick question relating to VBA. I have a sheet of financial statement data where cells contain text, such as 1.46M, or 14.0K, etc. I would prefer that each individual cell contained the actual value, so the 1.46M cell should show 1,460,000 and the 14K cell should show 14,000. I came up with...
Back
Top