• WScatoothaker

    WScatoothaker

    @wscatoothaker

    Viewing 15 replies - 61 through 75 (of 102 total)
    Author
    Replies
    • in reply to: Count if not a formula? (Excel 2000) #754457

      … please ignore my last post. ISFORMULA is what I will be adding as VB code (sorry, for my ignorance, I’m self-taught with macros)
      –cat

    • in reply to: Count if not a formula? (Excel 2000) #754454

      … I don’t have the function “ISFORMULA”. I have a lot of other “IS STUFF”, though. Is there an add-in I should select to get this function?
      Thanks,
      –cat

    • in reply to: Count if not a formula? (Excel 2000) #754452

      Steve … thanks a bunch for responding so quickly! (I’m on a tight schedule, so I’ll go try it right now and let you know …)
      –Cindy

    • in reply to: Count if not a formula? (Excel 2000) #754453

      Steve … thanks a bunch for responding so quickly! (I’m on a tight schedule, so I’ll go try it right now and let you know …)
      –Cindy

    • in reply to: File Chooser (Excel 2000) #747580

      John, I’m looking for all files in a directory, but it could be a named range that I maintain within the excel file.
      Cindy

    • in reply to: File Chooser (Excel 2000) #747581

      John, I’m looking for all files in a directory, but it could be a named range that I maintain within the excel file.
      Cindy

    • in reply to: File Chooser (Excel 2000) #747473

      Hi Steve, thanks.
      I have never used a UserForm (or the Combo Box within it) … and I’m a self-taught VB user (which could explain a lot of things!). If you could help with some basic code for a UserForm that uses a combo box … I could probably take it from there. (Hopefully!)
      Thanks,
      –cat

    • in reply to: File Chooser (Excel 2000) #747474

      Hi Steve, thanks.
      I have never used a UserForm (or the Combo Box within it) … and I’m a self-taught VB user (which could explain a lot of things!). If you could help with some basic code for a UserForm that uses a combo box … I could probably take it from there. (Hopefully!)
      Thanks,
      –cat

    • in reply to: Do I use the OR function, or something else? (2000) #747419

      I think you have your OR parameters messed up ..
      If you want this:
      IF(A1=OR(“A”, “B”, “C”, “D”), “yes”,”no”)
      Try this:
      =IF (OR(A1=”A”,A1=”B”,A1=”C”,A1=”D”),”YES”,”NO”)

      kinda cumbersome, but that’s how it works.

      –CAT

    • in reply to: Do I use the OR function, or something else? (2000) #747420

      I think you have your OR parameters messed up ..
      If you want this:
      IF(A1=OR(“A”, “B”, “C”, “D”), “yes”,”no”)
      Try this:
      =IF (OR(A1=”A”,A1=”B”,A1=”C”,A1=”D”),”YES”,”NO”)

      kinda cumbersome, but that’s how it works.

      –CAT

    • in reply to: Hiding menu items (Excel 2000) #692370

      Hans, … you’re saving my hide today! I’m on a very tight deadline … new job and all so I do want to impress. Unfortunately, or fortunately, I am a self-taught Excel & VB user. When I actually record my macros and then add to them, the viewer is subjected to “watching” the activities. Is there a way to disable that?
      Thanks, again.
      –cat

    • in reply to: Hiding menu items (Excel 2000) #692350

      Thanks … as for events … that’s the “Workbook_Open” and the “Before_Close” events, correct?
      –cat

    • in reply to: Automatically Selecting ‘Read Only’ (Excel 2000) #686012

      Thanks guys … you are very very helpful.
      –cat

    • in reply to: Hiding Sheets BeforeSave (Excel 2000) #685608

      WONDERFUL … you guys are great! That worked perfectly
      –cat

    • in reply to: Hiding Sheets BeforeSave (Excel 2000) #685591

      Thanks, that works if all the possible worksheets are open. I get an error if even one of them is already hidden. My problem is that I don’t know which ones are visible when the worksheet is saved. Any ideas?
      -cat

    Viewing 15 replies - 61 through 75 (of 102 total)