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

Search results

  1. 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...
  2. 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...
  3. 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...
  4. 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...
  5. 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...
  6. 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...
  7. ireland13752

    If(ISNUMBER(SEARCH limits Need a work around or other option

    Good Morning. I am working on a complex formula that I may have found a fix for, but am not sure if/how to apply it. I have data that comes out of another program as a column collection (meaning that it takes several rows of data and combines them into one cell in Excel.) this is causing an...
  8. ireland13752

    (xlDialogOpen)

    Hello, Happy Monday... HAHA! Oxymoron.... :rolleyes: I need to add a name to the dialog box that opens with the below code. I do not want it to say "Open". I want it to say "Open Anchor File". Please help. Here is the code. MsgBox Application.Dialogs(xlDialogOpen).Show(arg1:=Filename) I...
  9. ireland13752

    Need to be able to enter a Date in a input box and it populate in the spreadsheet

    Good Morning, I am stuck. Can you please help me?:( I have written this code, but am at a loss as to how to actually make what they enter populate in Cell A2. Or How to make it a mandatory enter, (Loop) Dim Month As String Dim p As String p = "Enter first day of the last...
  10. ireland13752

    Nested If(ISNUMBER(SEARCH... Question

    Good day everyone and Happy Friday! I am trying to build a rather large complex nested IF statement. I have 49 different options that I need to reveiw for in column collection (or single cell) These are listed in the cell as shown below. And since they are in a single cell combined as they are...
  11. ireland13752

    Chart changing bar color based on value when compare to secondary value [SOLVED]

    Good afternoon. Thank you for taking the time to assist me. I have a chart that I need assistance with please. My chart shows two data points, 1. Actual Score 2. Goal I have 33 different departments that I am tracking, and need for them to reflect in the chart when we meet or exceed the...
  12. ireland13752

    If Statement, Nested Best option [SOLVED]

    Hello, I have a spreadsheet with two tabs. Tab one has a value that is brought in from tab 2 using =IF('Tab2 '!B23<>"#DIV/0!",Tab2'!B23,"-") Oridinarily this would work just fine, however my problem is that the data in Cell B23 is a formula of =B21/B22*100 which will return the solution...
Back
Top