• WSPaul Lautman

    WSPaul Lautman

    @wspaul-lautman

    Viewing 15 replies - 121 through 135 (of 212 total)
    Author
    Replies
    • in reply to: File Object constants (2002 SP3) #888397

      Thanks, that’s the sort of information I was looking for.

      But if I didn’t have the reference (which I didn’t) how come the objects and methods worked?

      And where should I have looked to tell me that I needed to include this reference?

      TIA

    • in reply to: Folder toggles in Save-as dialogue (2000/SP3) #1815400

      What is this “FileSaveAs.Main, courtesy of WOPR” and where do I get a copy?

    • in reply to: How does it do that? (Professional 2002 SP1) #1815371

      No, that’s not it, that’s there in the W2K version too. It refers to shapes within the picture, rather than the picture itself.

    • in reply to: Transporting m,acros (2002 SP3) #887497

      But the whole point of this is that they should have access to the show/hide macro.

    • in reply to: Transporting m,acros (2002 SP3) #887496

      But the whole point of this is that they should have access to the show/hide macro.

    • in reply to: Transporting m,acros (2002 SP3) #887464

      Am I right in assuming that anyone who wishes to use this template would have to make all those settings on their machine too?

    • in reply to: Transporting m,acros (2002 SP3) #887465

      Am I right in assuming that anyone who wishes to use this template would have to make all those settings on their machine too?

    • in reply to: Transporting m,acros (2002 SP3) #887379

      Just noticed your extra message.

      I was going to say that, even if it did work, it wouldn’t be any good for the Open macro as that one cannot be recorded.

      Can it be done in VBA in the New macro?

      P.S. I’m glad to see that not all my questions are dumb ones that I should easily have got the answers for if only I had bothered to look for them!

    • in reply to: Transporting m,acros (2002 SP3) #887380

      Just noticed your extra message.

      I was going to say that, even if it did work, it wouldn’t be any good for the Open macro as that one cannot be recorded.

      Can it be done in VBA in the New macro?

      P.S. I’m glad to see that not all my questions are dumb ones that I should easily have got the answers for if only I had bothered to look for them!

    • in reply to: Working with a range of table cells (2002 SP3) #886295

      Yeah, I just tried

      Set rng = ActiveDocument.Tables(1).Range

      With rng.Columns(3)
      rng.SetRange .Cells(2).Range.Start, .Cells(.Cells.Count).Range.End
      rng.Font.Hidden = True
      End With

      and the effect wasn’t restricted to “Columns(3)”

      So I guess I’m gonna have to select the range after all.

      Thanks for your help, couldn’t have done it without you!

    • in reply to: Working with a range of table cells (2002 SP3) #886233

      That’s great, one thing that just caught me out is that I had expected

      rng.SetRange .Cell(2, 2).Range.Start, .Cell(4, 4).Range.End

      to be a square range of 9 cells but in fact, in a 5×5 table for example, it includes 14 cells:

      Row 2 cells 2 to 5
      Row 3 cells 1 to 5
      Row 4 cells 1 to 4

    • in reply to: Working with a range of table cells (2002 SP3) #886234

      That’s great, one thing that just caught me out is that I had expected

      rng.SetRange .Cell(2, 2).Range.Start, .Cell(4, 4).Range.End

      to be a square range of 9 cells but in fact, in a 5×5 table for example, it includes 14 cells:

      Row 2 cells 2 to 5
      Row 3 cells 1 to 5
      Row 4 cells 1 to 4

    • in reply to: free gif clipart #886162

      You could try IrfanView, a freeware program that has received many good reviews.

      Here’s another good review, IrfanView is great.

    • in reply to: free gif clipart #886163

      You could try IrfanView, a freeware program that has received many good reviews.

      Here’s another good review, IrfanView is great.

    • in reply to: Fully underlined heading (2002 SP3) #886052

      Thanks Hans, I’ll try that out soon and report back.

    Viewing 15 replies - 121 through 135 (of 212 total)