Results 1 to 7 of 7

Thread: Creating two buttons and code programmatically

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #6
    Administrator
    VP-Knowledge Base
    VBAX Master
    Joined
    Jan 2005
    Location
    Porto Alegre - RS - Brasil
    Posts
    1,219
    Location

    Ignore this one

    Please ignore this thread, I have posted it here http://www.vbaexpress.com/forum/show...4586#post14586, answer there please.

    Hi,

    gee here I am again. Another problem. I need to put the buttons side by side and bellow a row I dont know which is.

    I tried this:

    For Each cl In [replace(Range("B65536").End(xlUp).Address,"$",""), replace(Range("D65536").End(xlUp).Address,"$",""), replace(Range("H65536").End(xlUp).Address,"$","")]

    Didnt work. Any suggestions?
    Last edited by Paleo; 02-02-2005 at 01:01 PM. Reason: Post transferred
    Best Regards,

    Carlos Paleo.

    To every problem there is a solution, even if I dont know it, so this posting is provided "AS IS" with no warranties.

    If Debugging is harder than writing a program and your code is as good as you can possibly make
    it, then by definition you're not smart enough to debug it.




    http://www.mugrs.org

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •