Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: copying text out of a cell into a macro  (Read 2174 times)

0 Members and 1 Guest are viewing this topic.

petezh193

    Topic Starter


    Greenhorn

    copying text out of a cell into a macro
    « on: June 10, 2009, 08:36:52 AM »
    having not found an adequate solution to
    http://www.computerhope.com/forum/index.php/topic,85218.0.html and from elsewhere


    i am now asking if i can take the text/values from a cell and use them in the VBA macro?

    for example i have in cell D4 the text/value "A4"

    can a macro take the text from this cell?

    i plan to make the cell A4 an activecell, for reasons i wont go into now i cant simply range("a4").select and apply the macro from there, is this possible?