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

Recent content by ireland13752

  1. ireland13752

    Migration from XP to Windows 7 VBA issue

    Yes, the steps work manually, I just cannot get it to process in the Macro. It will open the save box, but not populate the suggested name. [ Filename:=Application.GetSaveAsFilename("VBP PRMC 2013-MM.pdf") ]
  2. ireland13752

    Migration from XP to Windows 7 VBA issue

    Hello, Can you please help me figure out what I need to tweak to get this macro to work again? It worked great until I had to do a Migration from XP to 7. The code is pretty straightforward, so I am not sure why I cannot see it... Code (vb): Sheets("PRMC").Select Sheets("PRMC").Activate...
  3. ireland13752

    Migration from XP to 2008 Broke Macro saving from Excel to .pdf

    Hello, Can you please help me figure out what I need to tweak to get this macro to work again? It worked great until I had to do a Migration from XP to 8. The code is pretty straightforward, so I am not sure why I cannot see it... Sheets("PRMC").Select Sheets("PRMC").Activate...
  4. ireland13752

    Saving only specific tab on a multi-tab work book in a Macro

    After some sleep and fresh eyes, I figured it out! Thank you THANK YOU THANK YOU!!!!!!!!
  5. ireland13752

    Saving only specific tab on a multi-tab work book in a Macro

    Hi Debra, thank you for responding. I am sorry, I do not understand what you are saying. "If you have perfectly all sheets present in the workbook and no need to check any validation for "Sheet Name Not Exist" / "File already exits in the dest location" then, you can test below one too.." My...
  6. ireland13752

    Saving only specific tab on a multi-tab work book in a Macro

    Hello, I need to save selected tabs to a new file and then when finished delete those tabs. I have it all worked out except it is not saving only the tabs I have highlighted it is saving all tabs remaining in the file. Can you please assist me? Below is the code that I am using to save the tabs...
  7. ireland13752

    Saving in a Macro. Not working

    RESOLVED I was able to fix this part. Thank you
  8. ireland13752

    Saving in a Macro. Not working

    I thought I had with the Filename = Application.GetSaveAsFilename("DCT Weekly Review MM-DD-YY.xlsx" Piece. Is that not what this does?
  9. ireland13752

    Saving a file within a Macro

    Hi Dan, Not sure if you were able to find that code we discussed previously?
  10. ireland13752

    Saving in a Macro. Not working

    Hello, I have requested assistance on this once before and it worked for .pdf, however now I am trying to save as .xlsx. It is going through the motions, however the file(s) are not there after the fact. Here is the code I am using can you please assist me with the adjustments that need to...
  11. ireland13752

    Saving a file within a Macro

    Hi dan_I, Thank you for responding, I apologize for the delay, I got pulled into another project. Yes, that would be fantastic, except I have to be able to change the name of the file each time it is run, It will be "file name MM-DD-YYYY"
  12. ireland13752

    Selecting the next cell in a column using filters in a Macro

    @ SirJB7 Using this, changing a couple things and adding couple more steps, it worked! Thank you very much! I am truly grateful!!!
  13. ireland13752

    Selecting the next cell in a column using filters in a Macro

    Hello, I need to select the next cell from A1 using a Macro that will use filters for data and then input with drop down to last row. The issue I am running into is that the data will be in different rows everytime. The filter will remain the same and in the same column but it may be in row 9...
  14. ireland13752

    Saving a file within a Macro

    Thank you for your assistance, I apologize if I seem obtuse.... I get the dialog box, but it is still not taking me to the correct folder. Did I put this in the correct place? ChDirFilename = Application.GetOpenFilename(, , "\\phsfile\groups\QUALITY_INSTITUTE\1 DATA ANALYST & REPT\file1\file...
  15. ireland13752

    Saving a file within a Macro

    Good Morning, I am trying to save a file using the code within a Macro. I will need to do this several times within the macro and I would like to be able to have the Save As box open to the correct folder. I can get it to open the Save As dialog box, but not to the correct path. Can you please...
Back
Top