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

Unable to run multiple procedures?

Hi there,

I have two peices of code that work, however I am struggling to get them to run together. The first bit of code that changes numbers to words (i.e. "blood", "rust" etc.) is working, however I dont want users to be able to select multiple cells - only the one they are working in. However I am not able to get that aspect of my code to work in conjuntion with the other code. I have tried adding in "application.enableEvents" however I must be doing it wrong.

Any advice greatly appreciated!

Caroline
 

Attachments

Hi !

► Just use ActiveCell property …

Hi there!

Many thanks for getting back to me so soon! Forgive me, I am very new to VBA, and although I am familiar with the ActiveCell property I am not sure where you mean for me to use it, and how it will solve my issue of the two codes not running when they are on the same sheet?

If you could give me a bit of further explanation I would really appreciate it!

Many thanks,

Caroline
 
Back
Top