Search:

Type: Posts; User: BAN; Keyword(s):

Page 1 of 12 1 2 3 4

Search: Search took 0.02 seconds.

  1. Thread: selection VBA

    by BAN
    Replies
    8
    Views
    548

    Does this do what you want? Private Sub...

    Does this do what you want?


    Private Sub Worksheet_SelectionChange(ByVal Target As Range)
    If Not Intersect(Range("B3:H14"), ActiveCell) Is Nothing Then
    Range(Cells(3, ActiveCell.Column),...
  2. Thread: selection VBA

    by BAN
    Replies
    8
    Views
    548

    Right-click the sheet tab and enter or copy the...

    Right-click the sheet tab and enter or copy the following code:


    Private Sub Worksheet_SelectionChange(ByVal Target As Range)
    Range("D3") = Range("A" & ActiveCell.Row)
    End Sub

    Hi. How...
  3. Replies
    2
    Views
    235

    Re: Using last entry in column (2003)

    Does this help?

    http://exceltips.vitalnews.com/Pages/T0183...n_a_Column.html
  4. Replies
    5
    Views
    907

    Re: Arrays vs. If Statement (Excel 2002)

    Matthew,

    P9:P39 contains the numbers that would be summed if all the other conditions are true...effectively 1 x 1 x 1 times whatever number is in the relevant row in P.

    Brett
  5. Replies
    5
    Views
    330

    Re: Outlook Express for Mac

    I've found a Google Group posting that states IE 5.2 was for OS X, and 5.1.7 was as high as OS 9.x went. The post has a link to download version 5.1.7, so I'm going to give that a try next time...
  6. Replies
    5
    Views
    330

    Re: Outlook Express for Mac

    Thanks, Hans. Version 5.0.6 is the version they're currently using. Evidently, there's some sort of encoding or something that this version isn't capable of that 5.2 was. I can't remember exactly...
  7. Replies
    5
    Views
    330

    Outlook Express for Mac

    Hi. Does anyone have any idea where I can go to download Outlook Express 5.2 for the Mac OS9.x? I have in-laws with an old mac who aren't willing to upgrade computers or operating systems.
    ...
  8. Replies
    2
    Views
    274

    Re: Bullets Magically Appear (2002 SP3)

    Thanks - it was in the slide master.

    That was exceedingly frustrating...Thanks again for the answer!
  9. Replies
    2
    Views
    274

    Bullets Magically Appear (2002 SP3)

    Hello. I'm having problems with a presentation. I have a slide show that I've modified from someone else's file. Some of these slides used to have bulleted lists on them, but I've taken all the...
  10. Thread: 3D photos

    by BAN
    Replies
    2
    Views
    275

    Re: 3D photos

    Other than the fact that it's saved as a flash file, is there any advantage to using this service over just taking your 20-30 pictures and making your own animated gif?

    -Brett
  11. Replies
    4
    Views
    589

    Re: connect dying SATA drive to another computer

    something like this would do the job. What's your definition of cheap?

    http://www.geeks.com/details.asp?invtid=3506SASP-BLK&cat=CSE
  12. Thread: #REF (2000)

    by BAN
    Replies
    6
    Views
    414

    Re: #REF (2000)

    If you change calculation to 'manual' before opening the workbook, the #REF shouldn't show up.
  13. Replies
    1
    Views
    1,237

    Re: Autorecover (Excel 2003)

    I think your user is confusing Autorecover with AutoSave.

    From the MS Support site:

    AutoSave
    Microsoft Excel 97 and Microsoft Excel 2000 include an AutoSave feature. You can customize this...
  14. Replies
    6
    Views
    343

    Re: How to read a formula (Excel 2000)

    When you double click it in Word, you should be able to go to Insert>Name>Define and change it there.
  15. Replies
    9
    Views
    439

    Re: Negative to positive numbers (XP)

    replace with a '+ instead of just a + will do what you want
  16. Replies
    9
    Views
    1,124

    Re: Colour in motion WMP visualization.

    Rudi,

    It looks like this is held in a file called wmpvis.dll in the folder C:Program FilesWindows Media Player. I'm still on version 9...don't know much about version 10. I could email this dll...
  17. Replies
    15
    Views
    619

    Re: pagesetup.zoom (2000 sp3)

    I'm using Excel 2000 SP3 - that's how it works on my machine, too (at least in the page setup dialogue). The zoom values are retained when switching from fit to and adjust.
  18. Replies
    15
    Views
    619

    Re: pagesetup.zoom (2000 sp3)

    If you set the pagesetup to Adjust to instead of Fit to in the code and then pull the percentage and change pagesetup back to Fit to, are you able to pull the percentage and keep the original Fit To...
  19. Thread: Clean up DVD color

    by BAN
    Replies
    8
    Views
    466

    Re: Clean up DVD color

    I just picked up Premiere Elements 2.0 and Photoshop Elements 4.0 yesterday. One thing to be aware of before you begin the 1.2 GB download of the trial software is that Premiere Elements 2 won't...
  20. Replies
    12
    Views
    343

    Re: Which version of 2003 (2003)

    Differences between Professional and other versions can be found here http://www.microsoft.com/office/editions/p...ctionality.mspx
  21. Replies
    13
    Views
    677

    Re: Old Versions of Software

    This origin makes some sense, though I can't imagine drug addicts actually researching this to coin the term themselves...

    (after John Jones, the British physician who first described opiate...
  22. Thread: FREE video joiner

    by BAN
    Replies
    3
    Views
    312

    Re: FREE video joiner

    If you have Windows XP you can do this for free with Windows Movie Maker.
  23. Replies
    4
    Views
    773

    Re: Missing number from list (Excel 2003)

    How about this formula, starting in B2 in your example and copied down to the end of your range...

    =IF(OR(A2=A1, A2=A1+1), "", "missing")
  24. Replies
    9
    Views
    355

    Re: Need a macro (2000)

    Oops, I read this again and I think I misunderstood what you were after. Sorry.
  25. Replies
    9
    Views
    355

    Re: Need a macro (2000)

    could you fill in the blanks with one of the methods from <post#=460,022>post 460,022</post: > and then concatenate the row data and sort on the concatenated value?

    Example attached.
Results 1 to 25 of 298
Page 1 of 12 1 2 3 4