Posts by cbanks

    Re: Copying A Range From One Worksheet Into An Area In Another Workbook


    Sry. Did not test.

    Re: Copy And Paste Columns Based On Formula


    Re: Copying A Range From One Worksheet Into An Area In Another Workbook


    Re: Copy And Paste Columns Based On Formula


    This should work


    Re: Checking If Cells Are Blank (with Added Msgbox)


    Re: Vba For Multiple Addresses Via Range


    I believe it falls under spam, or something of that nature dealing with mass mailings. Here is what I use to send emails to individual employees. Outlook does allow you to create groups maybe you should utilize that feature.


    Re: Vba For Multiple Addresses Via Range


    Im not sure if I can proceed with answering this question. It may violate the terms of the forum. I will need a moderator to take a look at this question before I proceed. Sry. Cbanks

    Re: Vba For Multiple Addresses Via Range


    right direction

    Re: Fill Down In Filtered List With Vba


    Try this. You may have to adjust the range to see if it fits.

    Re: Missing A Reference?


    Check your copy and pasting. Your workbook functions are probably referencing their old file/location. If so, you will need to remove this reference.

    Hi, Im looking to create a macro to compile a list in a single column from information listed in columns e-gg. There maybe blank cells so I do not know if that will matter. The I would like the list to be compiled in column b beginning with cell b2. Thanks for the help.

    Re: Setting Column As Integer


    txt
    Myscreen.Area
    Myscreen.Pustring


    these are all programming related to my object. Each of these i have defined, or created in my macro.


    How do i set it to increase. Im unfamiliar with richie's suggested use. I removed the code i tried with richies help. The error I was getting came as I tried to +1 the icol.

    Re: Setting Column As Integer


    My code in its entirety.. as you can see I just labeled each column different, but this creates a lot of empty cells since not all data meets the if statements.