Hot Seat
dog
cat
bird
frog
rabbit
ox
dance
draw
swim
sing
fly a kite
ride a bike
grandfather
grandmother
father
mother
sister
brother
student
teacher
doctor
nurse
cook
20
19
18
17
16
15
14
13
12
11
eleven
twelve
thirteen
fourteen
fifteen
sixteen
seventeen
eighteen
nineteen
twenty
Sub PseudoNumbers()
Dim oSh As Shape
Dim lSldNum As Long
Dim lCurSld As Long
Dim lStartingSld As Long
Dim oSld As Slide
Dim x As Long
' First, delete all previous slide numbers we've applied
For Each oSld In ActivePresentation.Slides
For x = oSld.Shapes.Count To 1 Step -1
If Len(oSld.Shapes(x).Tags("SldNum")) > 0 Then
oSld.Shapes(x).Delete
End If
Next
Next
Set oSh = ActiveWindow.Selection.ShapeRange(1)
With oSh.TextFrame.TextRange
lSldNum = CLng(.Text)
End With
lStartingSld = ActiveWindow.Selection.SlideRange(1).SlideIndex + 1
lCurSld = lSldNum + 1
For x = lStartingSld To ActivePresentation.Slides.Count
Set oSld = ActivePresentation.Slides(x)
oSh.Copy
With oSld.Shapes.Paste
.TextFrame.TextRange.Text = CStr(lCurSld)
.Tags.Add "SldNum", "Whatever"
End With
lCurSld = lCurSld + 1
Next
15
14
13
12
11
20
19
18
17
16
Hot Seat
Sub PseudoNumbers()
Dim oSh As Shape
Dim lSldNum As Long
Dim lCurSld As Long
Dim lStartingSld As Long
Dim oSld As Slide
Dim x As Long
' First, delete all previous slide numbers we've applied
For Each oSld In ActivePresentation.Slides
For x = oSld.Shapes.Count To 1 Step -1
If Len(oSld.Shapes(x).Tags("SldNum")) > 0 Then
oSld.Shapes(x).Delete
End If
Next
Next
Set oSh = ActiveWindow.Selection.ShapeRange(1)
With oSh.TextFrame.TextRange
lSldNum = CLng(.Text)
End With
lStartingSld = ActiveWindow.Selection.SlideRange(1).SlideIndex + 1
lCurSld = lSldNum + 1
For x = lStartingSld To ActivePresentation.Slides.Count
Set oSld = ActivePresentation.Slides(x)
oSh.Copy
With oSld.Shapes.Paste
.TextFrame.TextRange.Text = CStr(lCurSld)
.Tags.Add "SldNum", "Whatever"
End With
lCurSld = lCurSld + 1
Next
15
14
13
12
11
20
19
18
17
16
1
Sub PseudoNumbers()
Dim oSh As Shape
Dim lSldNum As Long
Dim lCurSld As Long
Dim lStartingSld As Long
Dim oSld As Slide
Dim x As Long
' First, delete all previous slide numbers we've applied
For Each oSld In ActivePresentation.Slides
For x = oSld.Shapes.Count To 1 Step -1
If Len(oSld.Shapes(x).Tags("SldNum")) > 0 Then
oSld.Shapes(x).Delete
End If
Next
Next
Set oSh = ActiveWindow.Selection.ShapeRange(1)
With oSh.TextFrame.TextRange
lSldNum = CLng(.Text)
End With
lStartingSld = ActiveWindow.Selection.SlideRange(1).SlideIndex + 1
lCurSld = lSldNum + 1
For x = lStartingSld To ActivePresentation.Slides.Count
Set oSld = ActivePresentation.Slides(x)
oSh.Copy
With oSld.Shapes.Paste
.TextFrame.TextRange.Text = CStr(lCurSld)
.Tags.Add "SldNum", "Whatever"
End With
lCurSld = lCurSld + 1
Next
15
14
13
12
11
20
19
18
17
16
Sub PseudoNumbers()
Dim oSh As Shape
Dim lSldNum As Long
Dim lCurSld As Long
Dim lStartingSld As Long
Dim oSld As Slide
Dim x As Long
' First, delete all previous slide numbers we've applied
For Each oSld In ActivePresentation.Slides
For x = oSld.Shapes.Count To 1 Step -1
If Len(oSld.Shapes(x).Tags("SldNum")) > 0 Then
oSld.Shapes(x).Delete
End If
Next
Next
Set oSh = ActiveWindow.Selection.ShapeRange(1)
With oSh.TextFrame.TextRange
lSldNum = CLng(.Text)
End With
lStartingSld = ActiveWindow.Selection.SlideRange(1).SlideIndex + 1
lCurSld = lSldNum + 1
For x = lStartingSld To ActivePresentation.Slides.Count
Set oSld = ActivePresentation.Slides(x)
oSh.Copy
With oSld.Shapes.Paste
.TextFrame.TextRange.Text = CStr(lCurSld)
.Tags.Add "SldNum", "Whatever"
End With
lCurSld = lCurSld + 1
Next
Sub PseudoNumbers()
Dim oSh As Shape
Dim lSldNum As Long
Dim lCurSld As Long
Dim lStartingSld As Long
Dim oSld As Slide
Dim x As Long
' First, delete all previous slide numbers we've applied
For Each oSld In ActivePresentation.Slides
For x = oSld.Shapes.Count To 1 Step -1
If Len(oSld.Shapes(x).Tags("SldNum")) > 0 Then
oSld.Shapes(x).Delete
End If
Next
Next
Set oSh = ActiveWindow.Selection.ShapeRange(1)
With oSh.TextFrame.TextRange
lSldNum = CLng(.Text)
End With
lStartingSld = ActiveWindow.Selection.SlideRange(1).SlideIndex + 1
lCurSld = lSldNum + 1
For x = lStartingSld To ActivePresentation.Slides.Count
Set oSld = ActivePresentation.Slides(x)
oSh.Copy
With oSld.Shapes.Paste
.TextFrame.TextRange.Text = CStr(lCurSld)
.Tags.Add "SldNum", "Whatever"
End With
lCurSld = lCurSld + 1
Next
Sub PseudoNumbers()
Dim oSh As Shape
Dim lSldNum As Long
Dim lCurSld As Long
Dim lStartingSld As Long
Dim oSld As Slide
Dim x As Long
' First, delete all previous slide numbers we've applied
For Each oSld In ActivePresentation.Slides
For x = oSld.Shapes.Count To 1 Step -1
If Len(oSld.Shapes(x).Tags("SldNum")) > 0 Then
oSld.Shapes(x).Delete
End If
Next
Next
Set oSh = ActiveWindow.Selection.ShapeRange(1)
With oSh.TextFrame.TextRange
lSldNum = CLng(.Text)
End With
lStartingSld = ActiveWindow.Selection.SlideRange(1).SlideIndex + 1
lCurSld = lSldNum + 1
For x = lStartingSld To ActivePresentation.Slides.Count
Set oSld = ActivePresentation.Slides(x)
oSh.Copy
With oSld.Shapes.Paste
.TextFrame.TextRange.Text = CStr(lCurSld)
.Tags.Add "SldNum", "Whatever"
End With
lCurSld = lCurSld + 1
Next
Sub PseudoNumbers()
Dim oSh As Shape
Dim lSldNum As Long
Dim lCurSld As Long
Dim lStartingSld As Long
Dim oSld As Slide
Dim x As Long
' First, delete all previous slide numbers we've applied
For Each oSld In ActivePresentation.Slides
For x = oSld.Shapes.Count To 1 Step -1
If Len(oSld.Shapes(x).Tags("SldNum")) > 0 Then
oSld.Shapes(x).Delete
End If
Next
Next
Set oSh = ActiveWindow.Selection.ShapeRange(1)
With oSh.TextFrame.TextRange
lSldNum = CLng(.Text)
End With
lStartingSld = ActiveWindow.Selection.SlideRange(1).SlideIndex + 1
lCurSld = lSldNum + 1
For x = lStartingSld To ActivePresentation.Slides.Count
Set oSld = ActivePresentation.Slides(x)
oSh.Copy
With oSld.Shapes.Paste
.TextFrame.TextRange.Text = CStr(lCurSld)
.Tags.Add "SldNum", "Whatever"
End With
lCurSld = lCurSld + 1
Next
Sub PseudoNumbers()
Dim oSh As Shape
Dim lSldNum As Long
Dim lCurSld As Long
Dim lStartingSld As Long
Dim oSld As Slide
Dim x As Long
' First, delete all previous slide numbers we've applied
For Each oSld In ActivePresentation.Slides
For x = oSld.Shapes.Count To 1 Step -1
If Len(oSld.Shapes(x).Tags("SldNum")) > 0 Then
oSld.Shapes(x).Delete
End If
Next
Next
Set oSh = ActiveWindow.Selection.ShapeRange(1)
With oSh.TextFrame.TextRange
lSldNum = CLng(.Text)
End With
lStartingSld = ActiveWindow.Selection.SlideRange(1).SlideIndex + 1
lCurSld = lSldNum + 1
For x = lStartingSld To ActivePresentation.Slides.Count
Set oSld = ActivePresentation.Slides(x)
oSh.Copy
With oSld.Shapes.Paste
.TextFrame.TextRange.Text = CStr(lCurSld)
.Tags.Add "SldNum", "Whatever"
End With
lCurSld = lCurSld + 1
Next
Sub PseudoNumbers()
Dim oSh As Shape
Dim lSldNum As Long
Dim lCurSld As Long
Dim lStartingSld As Long
Dim oSld As Slide
Dim x As Long
' First, delete all previous slide numbers we've applied
For Each oSld In ActivePresentation.Slides
For x = oSld.Shapes.Count To 1 Step -1
If Len(oSld.Shapes(x).Tags("SldNum")) > 0 Then
oSld.Shapes(x).Delete
End If
Next
Next
Set oSh = ActiveWindow.Selection.ShapeRange(1)
With oSh.TextFrame.TextRange
lSldNum = CLng(.Text)
End With
lStartingSld = ActiveWindow.Selection.SlideRange(1).SlideIndex + 1
lCurSld = lSldNum + 1
For x = lStartingSld To ActivePresentation.Slides.Count
Set oSld = ActivePresentation.Slides(x)
oSh.Copy
With oSld.Shapes.Paste
.TextFrame.TextRange.Text = CStr(lCurSld)
.Tags.Add "SldNum", "Whatever"
End With
lCurSld = lCurSld + 1
Next
Sub PseudoNumbers()
Dim oSh As Shape
Dim lSldNum As Long
Dim lCurSld As Long
Dim lStartingSld As Long
Dim oSld As Slide
Dim x As Long
' First, delete all previous slide numbers we've applied
For Each oSld In ActivePresentation.Slides
For x = oSld.Shapes.Count To 1 Step -1
If Len(oSld.Shapes(x).Tags("SldNum")) > 0 Then
oSld.Shapes(x).Delete
End If
Next
Next
Set oSh = ActiveWindow.Selection.ShapeRange(1)
With oSh.TextFrame.TextRange
lSldNum = CLng(.Text)
End With
lStartingSld = ActiveWindow.Selection.SlideRange(1).SlideIndex + 1
lCurSld = lSldNum + 1
For x = lStartingSld To ActivePresentation.Slides.Count
Set oSld = ActivePresentation.Slides(x)
oSh.Copy
With oSld.Shapes.Paste
.TextFrame.TextRange.Text = CStr(lCurSld)
.Tags.Add "SldNum", "Whatever"
End With
lCurSld = lCurSld + 1
Next
Sub PseudoNumbers()
Dim oSh As Shape
Dim lSldNum As Long
Dim lCurSld As Long
Dim lStartingSld As Long
Dim oSld As Slide
Dim x As Long
' First, delete all previous slide numbers we've applied
For Each oSld In ActivePresentation.Slides
For x = oSld.Shapes.Count To 1 Step -1
If Len(oSld.Shapes(x).Tags("SldNum")) > 0 Then
oSld.Shapes(x).Delete
End If
Next
Next
Set oSh = ActiveWindow.Selection.ShapeRange(1)
With oSh.TextFrame.TextRange
lSldNum = CLng(.Text)
End With
lStartingSld = ActiveWindow.Selection.SlideRange(1).SlideIndex + 1
lCurSld = lSldNum + 1
For x = lStartingSld To ActivePresentation.Slides.Count
Set oSld = ActivePresentation.Slides(x)
oSh.Copy
With oSld.Shapes.Paste
.TextFrame.TextRange.Text = CStr(lCurSld)
.Tags.Add "SldNum", "Whatever"
End With
lCurSld = lCurSld + 1
Next
Sub PseudoNumbers()
Dim oSh As Shape
Dim lSldNum As Long
Dim lCurSld As Long
Dim lStartingSld As Long
Dim oSld As Slide
Dim x As Long
' First, delete all previous slide numbers we've applied
For Each oSld In ActivePresentation.Slides
For x = oSld.Shapes.Count To 1 Step -1
If Len(oSld.Shapes(x).Tags("SldNum")) > 0 Then
oSld.Shapes(x).Delete
End If
Next
Next
Set oSh = ActiveWindow.Selection.ShapeRange(1)
With oSh.TextFrame.TextRange
lSldNum = CLng(.Text)
End With
lStartingSld = ActiveWindow.Selection.SlideRange(1).SlideIndex + 1
lCurSld = lSldNum + 1
For x = lStartingSld To ActivePresentation.Slides.Count
Set oSld = ActivePresentation.Slides(x)
oSh.Copy
With oSld.Shapes.Paste
.TextFrame.TextRange.Text = CStr(lCurSld)
.Tags.Add "SldNum", "Whatever"
End With
lCurSld = lCurSld + 1
Next
Sub PseudoNumbers()
Dim oSh As Shape
Dim lSldNum As Long
Dim lCurSld As Long
Dim lStartingSld As Long
Dim oSld As Slide
Dim x As Long
' First, delete all previous slide numbers we've applied
For Each oSld In ActivePresentation.Slides
For x = oSld.Shapes.Count To 1 Step -1
If Len(oSld.Shapes(x).Tags("SldNum")) > 0 Then
oSld.Shapes(x).Delete
End If
Next
Next
Set oSh = ActiveWindow.Selection.ShapeRange(1)
With oSh.TextFrame.TextRange
lSldNum = CLng(.Text)
End With
lStartingSld = ActiveWindow.Selection.SlideRange(1).SlideIndex + 1
lCurSld = lSldNum + 1
For x = lStartingSld To ActivePresentation.Slides.Count
Set oSld = ActivePresentation.Slides(x)
oSh.Copy
With oSld.Shapes.Paste
.TextFrame.TextRange.Text = CStr(lCurSld)
.Tags.Add "SldNum", "Whatever"
End With
lCurSld = lCurSld + 1
Next
Sub PseudoNumbers()
Dim oSh As Shape
Dim lSldNum As Long
Dim lCurSld As Long
Dim lStartingSld As Long
Dim oSld As Slide
Dim x As Long
' First, delete all previous slide numbers we've applied
For Each oSld In ActivePresentation.Slides
For x = oSld.Shapes.Count To 1 Step -1
If Len(oSld.Shapes(x).Tags("SldNum")) > 0 Then
oSld.Shapes(x).Delete
End If
Next
Next
Set oSh = ActiveWindow.Selection.ShapeRange(1)
With oSh.TextFrame.TextRange
lSldNum = CLng(.Text)
End With
lStartingSld = ActiveWindow.Selection.SlideRange(1).SlideIndex + 1
lCurSld = lSldNum + 1
For x = lStartingSld To ActivePresentation.Slides.Count
Set oSld = ActivePresentation.Slides(x)
oSh.Copy
With oSld.Shapes.Paste
.TextFrame.TextRange.Text = CStr(lCurSld)
.Tags.Add "SldNum", "Whatever"
End With
lCurSld = lCurSld + 1
Next
Sub PseudoNumbers()
Dim oSh As Shape
Dim lSldNum As Long
Dim lCurSld As Long
Dim lStartingSld As Long
Dim oSld As Slide
Dim x As Long
' First, delete all previous slide numbers we've applied
For Each oSld In ActivePresentation.Slides
For x = oSld.Shapes.Count To 1 Step -1
If Len(oSld.Shapes(x).Tags("SldNum")) > 0 Then
oSld.Shapes(x).Delete
End If
Next
Next
Set oSh = ActiveWindow.Selection.ShapeRange(1)
With oSh.TextFrame.TextRange
lSldNum = CLng(.Text)
End With
lStartingSld = ActiveWindow.Selection.SlideRange(1).SlideIndex + 1
lCurSld = lSldNum + 1
For x = lStartingSld To ActivePresentation.Slides.Count
Set oSld = ActivePresentation.Slides(x)
oSh.Copy
With oSld.Shapes.Paste
.TextFrame.TextRange.Text = CStr(lCurSld)
.Tags.Add "SldNum", "Whatever"
End With
lCurSld = lCurSld + 1
Next
Sub PseudoNumbers()
Dim oSh As Shape
Dim lSldNum As Long
Dim lCurSld As Long
Dim lStartingSld As Long
Dim oSld As Slide
Dim x As Long
' First, delete all previous slide numbers we've applied
For Each oSld In ActivePresentation.Slides
For x = oSld.Shapes.Count To 1 Step -1
If Len(oSld.Shapes(x).Tags("SldNum")) > 0 Then
oSld.Shapes(x).Delete
End If
Next
Next
Set oSh = ActiveWindow.Selection.ShapeRange(1)
With oSh.TextFrame.TextRange
lSldNum = CLng(.Text)
End With
lStartingSld = ActiveWindow.Selection.SlideRange(1).SlideIndex + 1
lCurSld = lSldNum + 1
For x = lStartingSld To ActivePresentation.Slides.Count
Set oSld = ActivePresentation.Slides(x)
oSh.Copy
With oSld.Shapes.Paste
.TextFrame.TextRange.Text = CStr(lCurSld)
.Tags.Add "SldNum", "Whatever"
End With
lCurSld = lCurSld + 1
Next
Sub PseudoNumbers()
Dim oSh As Shape
Dim lSldNum As Long
Dim lCurSld As Long
Dim lStartingSld As Long
Dim oSld As Slide
Dim x As Long
' First, delete all previous slide numbers we've applied
For Each oSld In ActivePresentation.Slides
For x = oSld.Shapes.Count To 1 Step -1
If Len(oSld.Shapes(x).Tags("SldNum")) > 0 Then
oSld.Shapes(x).Delete
End If
Next
Next
Set oSh = ActiveWindow.Selection.ShapeRange(1)
With oSh.TextFrame.TextRange
lSldNum = CLng(.Text)
End With
lStartingSld = ActiveWindow.Selection.SlideRange(1).SlideIndex + 1
lCurSld = lSldNum + 1
For x = lStartingSld To ActivePresentation.Slides.Count
Set oSld = ActivePresentation.Slides(x)
oSh.Copy
With oSld.Shapes.Paste
.TextFrame.TextRange.Text = CStr(lCurSld)
.Tags.Add "SldNum", "Whatever"
End With
lCurSld = lCurSld + 1
Next
Sub PseudoNumbers()
Dim oSh As Shape
Dim lSldNum As Long
Dim lCurSld As Long
Dim lStartingSld As Long
Dim oSld As Slide
Dim x As Long
' First, delete all previous slide numbers we've applied
For Each oSld In ActivePresentation.Slides
For x = oSld.Shapes.Count To 1 Step -1
If Len(oSld.Shapes(x).Tags("SldNum")) > 0 Then
oSld.Shapes(x).Delete
End If
Next
Next
Set oSh = ActiveWindow.Selection.ShapeRange(1)
With oSh.TextFrame.TextRange
lSldNum = CLng(.Text)
End With
lStartingSld = ActiveWindow.Selection.SlideRange(1).SlideIndex + 1
lCurSld = lSldNum + 1
For x = lStartingSld To ActivePresentation.Slides.Count
Set oSld = ActivePresentation.Slides(x)
oSh.Copy
With oSld.Shapes.Paste
.TextFrame.TextRange.Text = CStr(lCurSld)
.Tags.Add "SldNum", "Whatever"
End With
lCurSld = lCurSld + 1
Next
Sub PseudoNumbers()
Dim oSh As Shape
Dim lSldNum As Long
Dim lCurSld As Long
Dim lStartingSld As Long
Dim oSld As Slide
Dim x As Long
' First, delete all previous slide numbers we've applied
For Each oSld In ActivePresentation.Slides
For x = oSld.Shapes.Count To 1 Step -1
If Len(oSld.Shapes(x).Tags("SldNum")) > 0 Then
oSld.Shapes(x).Delete
End If
Next
Next
Set oSh = ActiveWindow.Selection.ShapeRange(1)
With oSh.TextFrame.TextRange
lSldNum = CLng(.Text)
End With
lStartingSld = ActiveWindow.Selection.SlideRange(1).SlideIndex + 1
lCurSld = lSldNum + 1
For x = lStartingSld To ActivePresentation.Slides.Count
Set oSld = ActivePresentation.Slides(x)
oSh.Copy
With oSld.Shapes.Paste
.TextFrame.TextRange.Text = CStr(lCurSld)
.Tags.Add "SldNum", "Whatever"
End With
lCurSld = lCurSld + 1
Next
Sub PseudoNumbers()
Dim oSh As Shape
Dim lSldNum As Long
Dim lCurSld As Long
Dim lStartingSld As Long
Dim oSld As Slide
Dim x As Long
' First, delete all previous slide numbers we've applied
For Each oSld In ActivePresentation.Slides
For x = oSld.Shapes.Count To 1 Step -1
If Len(oSld.Shapes(x).Tags("SldNum")) > 0 Then
oSld.Shapes(x).Delete
End If
Next
Next
Set oSh = ActiveWindow.Selection.ShapeRange(1)
With oSh.TextFrame.TextRange
lSldNum = CLng(.Text)
End With
lStartingSld = ActiveWindow.Selection.SlideRange(1).SlideIndex + 1
lCurSld = lSldNum + 1
For x = lStartingSld To ActivePresentation.Slides.Count
Set oSld = ActivePresentation.Slides(x)
oSh.Copy
With oSld.Shapes.Paste
.TextFrame.TextRange.Text = CStr(lCurSld)
.Tags.Add "SldNum", "Whatever"
End With
lCurSld = lCurSld + 1
Next
Sub PseudoNumbers()
Dim oSh As Shape
Dim lSldNum As Long
Dim lCurSld As Long
Dim lStartingSld As Long
Dim oSld As Slide
Dim x As Long
' First, delete all previous slide numbers we've applied
For Each oSld In ActivePresentation.Slides
For x = oSld.Shapes.Count To 1 Step -1
If Len(oSld.Shapes(x).Tags("SldNum")) > 0 Then
oSld.Shapes(x).Delete
End If
Next
Next
Set oSh = ActiveWindow.Selection.ShapeRange(1)
With oSh.TextFrame.TextRange
lSldNum = CLng(.Text)
End With
lStartingSld = ActiveWindow.Selection.SlideRange(1).SlideIndex + 1
lCurSld = lSldNum + 1
For x = lStartingSld To ActivePresentation.Slides.Count
Set oSld = ActivePresentation.Slides(x)
oSh.Copy
With oSld.Shapes.Paste
.TextFrame.TextRange.Text = CStr(lCurSld)
.Tags.Add "SldNum", "Whatever"
End With
lCurSld = lCurSld + 1
Next
Sub PseudoNumbers()
Dim oSh As Shape
Dim lSldNum As Long
Dim lCurSld As Long
Dim lStartingSld As Long
Dim oSld As Slide
Dim x As Long
' First, delete all previous slide numbers we've applied
For Each oSld In ActivePresentation.Slides
For x = oSld.Shapes.Count To 1 Step -1
If Len(oSld.Shapes(x).Tags("SldNum")) > 0 Then
oSld.Shapes(x).Delete
End If
Next
Next
Set oSh = ActiveWindow.Selection.ShapeRange(1)
With oSh.TextFrame.TextRange
lSldNum = CLng(.Text)
End With
lStartingSld = ActiveWindow.Selection.SlideRange(1).SlideIndex + 1
lCurSld = lSldNum + 1
For x = lStartingSld To ActivePresentation.Slides.Count
Set oSld = ActivePresentation.Slides(x)
oSh.Copy
With oSld.Shapes.Paste
.TextFrame.TextRange.Text = CStr(lCurSld)
.Tags.Add "SldNum", "Whatever"
End With
lCurSld = lCurSld + 1
Next
Sub PseudoNumbers()
Dim oSh As Shape
Dim lSldNum As Long
Dim lCurSld As Long
Dim lStartingSld As Long
Dim oSld As Slide
Dim x As Long
' First, delete all previous slide numbers we've applied
For Each oSld In ActivePresentation.Slides
For x = oSld.Shapes.Count To 1 Step -1
If Len(oSld.Shapes(x).Tags("SldNum")) > 0 Then
oSld.Shapes(x).Delete
End If
Next
Next
Set oSh = ActiveWindow.Selection.ShapeRange(1)
With oSh.TextFrame.TextRange
lSldNum = CLng(.Text)
End With
lStartingSld = ActiveWindow.Selection.SlideRange(1).SlideIndex + 1
lCurSld = lSldNum + 1
For x = lStartingSld To ActivePresentation.Slides.Count
Set oSld = ActivePresentation.Slides(x)
oSh.Copy
With oSld.Shapes.Paste
.TextFrame.TextRange.Text = CStr(lCurSld)
.Tags.Add "SldNum", "Whatever"
End With
lCurSld = lCurSld + 1
Next
Sub PseudoNumbers()
Dim oSh As Shape
Dim lSldNum As Long
Dim lCurSld As Long
Dim lStartingSld As Long
Dim oSld As Slide
Dim x As Long
' First, delete all previous slide numbers we've applied
For Each oSld In ActivePresentation.Slides
For x = oSld.Shapes.Count To 1 Step -1
If Len(oSld.Shapes(x).Tags("SldNum")) > 0 Then
oSld.Shapes(x).Delete
End If
Next
Next
Set oSh = ActiveWindow.Selection.ShapeRange(1)
With oSh.TextFrame.TextRange
lSldNum = CLng(.Text)
End With
lStartingSld = ActiveWindow.Selection.SlideRange(1).SlideIndex + 1
lCurSld = lSldNum + 1
For x = lStartingSld To ActivePresentation.Slides.Count
Set oSld = ActivePresentation.Slides(x)
oSh.Copy
With oSld.Shapes.Paste
.TextFrame.TextRange.Text = CStr(lCurSld)
.Tags.Add "SldNum", "Whatever"
End With
lCurSld = lCurSld + 1
Next
Sub PseudoNumbers()
Dim oSh As Shape
Dim lSldNum As Long
Dim lCurSld As Long
Dim lStartingSld As Long
Dim oSld As Slide
Dim x As Long
' First, delete all previous slide numbers we've applied
For Each oSld In ActivePresentation.Slides
For x = oSld.Shapes.Count To 1 Step -1
If Len(oSld.Shapes(x).Tags("SldNum")) > 0 Then
oSld.Shapes(x).Delete
End If
Next
Next
Set oSh = ActiveWindow.Selection.ShapeRange(1)
With oSh.TextFrame.TextRange
lSldNum = CLng(.Text)
End With
lStartingSld = ActiveWindow.Selection.SlideRange(1).SlideIndex + 1
lCurSld = lSldNum + 1
For x = lStartingSld To ActivePresentation.Slides.Count
Set oSld = ActivePresentation.Slides(x)
oSh.Copy
With oSld.Shapes.Paste
.TextFrame.TextRange.Text = CStr(lCurSld)
.Tags.Add "SldNum", "Whatever"
End With
lCurSld = lCurSld + 1
Next
Sub PseudoNumbers()
Dim oSh As Shape
Dim lSldNum As Long
Dim lCurSld As Long
Dim lStartingSld As Long
Dim oSld As Slide
Dim x As Long
' First, delete all previous slide numbers we've applied
For Each oSld In ActivePresentation.Slides
For x = oSld.Shapes.Count To 1 Step -1
If Len(oSld.Shapes(x).Tags("SldNum")) > 0 Then
oSld.Shapes(x).Delete
End If
Next
Next
Set oSh = ActiveWindow.Selection.ShapeRange(1)
With oSh.TextFrame.TextRange
lSldNum = CLng(.Text)
End With
lStartingSld = ActiveWindow.Selection.SlideRange(1).SlideIndex + 1
lCurSld = lSldNum + 1
For x = lStartingSld To ActivePresentation.Slides.Count
Set oSld = ActivePresentation.Slides(x)
oSh.Copy
With oSld.Shapes.Paste
.TextFrame.TextRange.Text = CStr(lCurSld)
.Tags.Add "SldNum", "Whatever"
End With
lCurSld = lCurSld + 1
Next
Sub PseudoNumbers()
Dim oSh As Shape
Dim lSldNum As Long
Dim lCurSld As Long
Dim lStartingSld As Long
Dim oSld As Slide
Dim x As Long
' First, delete all previous slide numbers we've applied
For Each oSld In ActivePresentation.Slides
For x = oSld.Shapes.Count To 1 Step -1
If Len(oSld.Shapes(x).Tags("SldNum")) > 0 Then
oSld.Shapes(x).Delete
End If
Next
Next
Set oSh = ActiveWindow.Selection.ShapeRange(1)
With oSh.TextFrame.TextRange
lSldNum = CLng(.Text)
End With
lStartingSld = ActiveWindow.Selection.SlideRange(1).SlideIndex + 1
lCurSld = lSldNum + 1
For x = lStartingSld To ActivePresentation.Slides.Count
Set oSld = ActivePresentation.Slides(x)
oSh.Copy
With oSld.Shapes.Paste
.TextFrame.TextRange.Text = CStr(lCurSld)
.Tags.Add "SldNum", "Whatever"
End With
lCurSld = lCurSld + 1
Next
Sub PseudoNumbers()
Dim oSh As Shape
Dim lSldNum As Long
Dim lCurSld As Long
Dim lStartingSld As Long
Dim oSld As Slide
Dim x As Long
' First, delete all previous slide numbers we've applied
For Each oSld In ActivePresentation.Slides
For x = oSld.Shapes.Count To 1 Step -1
If Len(oSld.Shapes(x).Tags("SldNum")) > 0 Then
oSld.Shapes(x).Delete
End If
Next
Next
Set oSh = ActiveWindow.Selection.ShapeRange(1)
With oSh.TextFrame.TextRange
lSldNum = CLng(.Text)
End With
lStartingSld = ActiveWindow.Selection.SlideRange(1).SlideIndex + 1
lCurSld = lSldNum + 1
For x = lStartingSld To ActivePresentation.Slides.Count
Set oSld = ActivePresentation.Slides(x)
oSh.Copy
With oSld.Shapes.Paste
.TextFrame.TextRange.Text = CStr(lCurSld)
.Tags.Add "SldNum", "Whatever"
End With
lCurSld = lCurSld + 1
Next
Sub PseudoNumbers()
Dim oSh As Shape
Dim lSldNum As Long
Dim lCurSld As Long
Dim lStartingSld As Long
Dim oSld As Slide
Dim x As Long
' First, delete all previous slide numbers we've applied
For Each oSld In ActivePresentation.Slides
For x = oSld.Shapes.Count To 1 Step -1
If Len(oSld.Shapes(x).Tags("SldNum")) > 0 Then
oSld.Shapes(x).Delete
End If
Next
Next
Set oSh = ActiveWindow.Selection.ShapeRange(1)
With oSh.TextFrame.TextRange
lSldNum = CLng(.Text)
End With
lStartingSld = ActiveWindow.Selection.SlideRange(1).SlideIndex + 1
lCurSld = lSldNum + 1
For x = lStartingSld To ActivePresentation.Slides.Count
Set oSld = ActivePresentation.Slides(x)
oSh.Copy
With oSld.Shapes.Paste
.TextFrame.TextRange.Text = CStr(lCurSld)
.Tags.Add "SldNum", "Whatever"
End With
lCurSld = lCurSld + 1
Next
Sub PseudoNumbers()
Dim oSh As Shape
Dim lSldNum As Long
Dim lCurSld As Long
Dim lStartingSld As Long
Dim oSld As Slide
Dim x As Long
' First, delete all previous slide numbers we've applied
For Each oSld In ActivePresentation.Slides
For x = oSld.Shapes.Count To 1 Step -1
If Len(oSld.Shapes(x).Tags("SldNum")) > 0 Then
oSld.Shapes(x).Delete
End If
Next
Next
Set oSh = ActiveWindow.Selection.ShapeRange(1)
With oSh.TextFrame.TextRange
lSldNum = CLng(.Text)
End With
lStartingSld = ActiveWindow.Selection.SlideRange(1).SlideIndex + 1
lCurSld = lSldNum + 1
For x = lStartingSld To ActivePresentation.Slides.Count
Set oSld = ActivePresentation.Slides(x)
oSh.Copy
With oSld.Shapes.Paste
.TextFrame.TextRange.Text = CStr(lCurSld)
.Tags.Add "SldNum", "Whatever"
End With
lCurSld = lCurSld + 1
Next
Sub PseudoNumbers()
Dim oSh As Shape
Dim lSldNum As Long
Dim lCurSld As Long
Dim lStartingSld As Long
Dim oSld As Slide
Dim x As Long
' First, delete all previous slide numbers we've applied
For Each oSld In ActivePresentation.Slides
For x = oSld.Shapes.Count To 1 Step -1
If Len(oSld.Shapes(x).Tags("SldNum")) > 0 Then
oSld.Shapes(x).Delete
End If
Next
Next
Set oSh = ActiveWindow.Selection.ShapeRange(1)
With oSh.TextFrame.TextRange
lSldNum = CLng(.Text)
End With
lStartingSld = ActiveWindow.Selection.SlideRange(1).SlideIndex + 1
lCurSld = lSldNum + 1
For x = lStartingSld To ActivePresentation.Slides.Count
Set oSld = ActivePresentation.Slides(x)
oSh.Copy
With oSld.Shapes.Paste
.TextFrame.TextRange.Text = CStr(lCurSld)
.Tags.Add "SldNum", "Whatever"
End With
lCurSld = lCurSld + 1
Next
Sub PseudoNumbers()
Dim oSh As Shape
Dim lSldNum As Long
Dim lCurSld As Long
Dim lStartingSld As Long
Dim oSld As Slide
Dim x As Long
' First, delete all previous slide numbers we've applied
For Each oSld In ActivePresentation.Slides
For x = oSld.Shapes.Count To 1 Step -1
If Len(oSld.Shapes(x).Tags("SldNum")) > 0 Then
oSld.Shapes(x).Delete
End If
Next
Next
Set oSh = ActiveWindow.Selection.ShapeRange(1)
With oSh.TextFrame.TextRange
lSldNum = CLng(.Text)
End With
lStartingSld = ActiveWindow.Selection.SlideRange(1).SlideIndex + 1
lCurSld = lSldNum + 1
For x = lStartingSld To ActivePresentation.Slides.Count
Set oSld = ActivePresentation.Slides(x)
oSh.Copy
With oSld.Shapes.Paste
.TextFrame.TextRange.Text = CStr(lCurSld)
.Tags.Add "SldNum", "Whatever"
End With
lCurSld = lCurSld + 1
Next
Sub PseudoNumbers()
Dim oSh As Shape
Dim lSldNum As Long
Dim lCurSld As Long
Dim lStartingSld As Long
Dim oSld As Slide
Dim x As Long
' First, delete all previous slide numbers we've applied
For Each oSld In ActivePresentation.Slides
For x = oSld.Shapes.Count To 1 Step -1
If Len(oSld.Shapes(x).Tags("SldNum")) > 0 Then
oSld.Shapes(x).Delete
End If
Next
Next
Set oSh = ActiveWindow.Selection.ShapeRange(1)
With oSh.TextFrame.TextRange
lSldNum = CLng(.Text)
End With
lStartingSld = ActiveWindow.Selection.SlideRange(1).SlideIndex + 1
lCurSld = lSldNum + 1
For x = lStartingSld To ActivePresentation.Slides.Count
Set oSld = ActivePresentation.Slides(x)
oSh.Copy
With oSld.Shapes.Paste
.TextFrame.TextRange.Text = CStr(lCurSld)
.Tags.Add "SldNum", "Whatever"
End With
lCurSld = lCurSld + 1
Next
Sub PseudoNumbers()
Dim oSh As Shape
Dim lSldNum As Long
Dim lCurSld As Long
Dim lStartingSld As Long
Dim oSld As Slide
Dim x As Long
' First, delete all previous slide numbers we've applied
For Each oSld In ActivePresentation.Slides
For x = oSld.Shapes.Count To 1 Step -1
If Len(oSld.Shapes(x).Tags("SldNum")) > 0 Then
oSld.Shapes(x).Delete
End If
Next
Next
Set oSh = ActiveWindow.Selection.ShapeRange(1)
With oSh.TextFrame.TextRange
lSldNum = CLng(.Text)
End With
lStartingSld = ActiveWindow.Selection.SlideRange(1).SlideIndex + 1
lCurSld = lSldNum + 1
For x = lStartingSld To ActivePresentation.Slides.Count
Set oSld = ActivePresentation.Slides(x)
oSh.Copy
With oSld.Shapes.Paste
.TextFrame.TextRange.Text = CStr(lCurSld)
.Tags.Add "SldNum", "Whatever"
End With
lCurSld = lCurSld + 1
Next
Hot Seat
bird
dog
rabbit
cat
frog
ox
dance
draw
sing
swim
fly a kite
ride a bike
can
grandfather
grandmother
father
mother
brother
sister
who
he
she
cook
doctor
nurse
student
teacher
bird
dog
rabbit
cat
frog
ox
dance
draw
sing
swim
fly a kite
ride a bike
can
grandmother
father
mother
brother
sister
who
he
she
cook
doctor
nurse
student
teacher
grandfather
1
bird
dog
cat
frog
ox
dance
draw
sing
swim
fly a kite
ride a bike
can
grandmother
father
mother
brother
sister
who
he
she
cook
doctor
nurse
student
teacher
rabbit
2
bird
dog
cat
frog
ox
draw
sing
swim
fly a kite
ride a bike
can
grandmother
father
mother
brother
sister
who
he
she
cook
doctor
nurse
student
teacher
dance
3
bird
dog
cat
frog
ox
draw
sing
swim
fly a kite
ride a bike
can
grandmother
father
mother
brother
sister
who
he
she
cook
doctor
nurse
teacher
student
4
bird
dog
cat
frog
ox
draw
sing
swim
fly a kite
ride a bike
can
grandmother
father
mother
sister
who
he
she
cook
doctor
nurse
teacher
brother
5
bird
dog
cat
frog
ox
draw
sing
swim
ride a bike
can
grandmother
father
mother
sister
who
he
she
cook
doctor
nurse
teacher
fly a kite
6
bird
dog
cat
frog
ox
draw
sing
swim
ride a bike
can
grandmother
father
mother
sister
who
he
she
cook
nurse
teacher
doctor
7
bird
dog
cat
frog
ox
draw
sing
swim
can
grandmother
father
mother
sister
who
he
she
cook
nurse
teacher
ride a bike
8
bird
dog
cat
frog
ox
draw
sing
swim
can
father
mother
sister
who
he
she
cook
nurse
teacher
grandmother
9
bird
dog
cat
ox
draw
sing
swim
can
father
mother
sister
who
he
she
cook
nurse
teacher
frog
10
bird
dog
cat
ox
draw
sing
swim
can
father
mother
sister
who
he
she
cook
nurse
teacher
mother
11
bird
dog
cat
ox
draw
sing
swim
can
father
sister
who
he
she
cook
nurse
teacher
12
bird
dog
cat
ox
sing
swim
can
father
sister
who
he
she
cook
nurse
draw
13
dog
cat
ox
sing
swim
can
father
sister
who
he
she
cook
nurse
bird
14
dog
cat
ox
sing
swim
can
father
sister
who
he
she
cook
nurse
15
dog
cat
ox
sing
swim
can
father
who
he
she
cook
sister
16
dog
cat
ox
sing
can
father
who
he
she
cook
swim
17
dog
cat
ox
sing
can
who
he
she
cook
father
18
dog
cat
ox
sing
can
who
he
she
cook
19
dog
ox
sing
can
who
he
she
cat
20
dog
ox
can
who
he
she
sing
21
ox
can
who
he
she
dog
22
can
who
he
she
ox
23