Hi John here is the code you requested:
Any assistance would be great
Private Sub cmdOK_Click()
If OptionButton1 = True Then
ActiveWindow.ViewType = ppViewSlideMaster
ActivePresentation.SlideMaster.Shapes("Rectangle 145").Select
ActiveWindow.Selection.ShapeRange.TextFrame.TextRange.Select
ActivePresentation.SlideMaster.Shapes.AddPicture(FileName:="\\TACTICSMEL-1\DATA\Projects\Transurban\06
2630 Corporate template\Highly Confidential.jpg", LinkToFile:=msoFalse,
SaveWithDocument:=msoTrue, Left:=234, Top:=252, Width:=253, Height:=37).Select
With ActiveWindow.Selection.ShapeRange
.ScaleWidth 0.69, msoFalse, msoScaleFromBottomRight
.ScaleHeight 0.69, msoFalse, msoScaleFromBottomRight
End With
With ActiveWindow.Selection.ShapeRange
.ScaleWidth 0.72, msoFalse, msoScaleFromBottomRight
.ScaleHeight 0.72, msoFalse, msoScaleFromBottomRight
End With
With ActiveWindow.Selection.ShapeRange
.IncrementLeft -177.38
.IncrementTop 225.38
End With
End If
If OptionButton2 = True Then
ActiveWindow.ViewType = ppViewSlideMaster
ActivePresentation.SlideMaster.Shapes("Rectangle 145").Select
ActiveWindow.Selection.ShapeRange.TextFrame.TextRange.Select
ActivePresentation.SlideMaster.Shapes.AddPicture(FileName:="\\TACTICSMEL-1\DATA\Projects\Transurban\06
2630 Corporate template\Commercial in Confidence.jpg", LinkToFile:=msoFalse,
SaveWithDocument:=msoTrue, Left:=234, Top:=252, Width:=253, Height:=37).Select
With ActiveWindow.Selection.ShapeRange
.ScaleWidth 0.69, msoFalse, msoScaleFromBottomRight
.ScaleHeight 0.69, msoFalse, msoScaleFromBottomRight
End With
With ActiveWindow.Selection.ShapeRange
.ScaleWidth 0.72, msoFalse, msoScaleFromBottomRight
.ScaleHeight 0.72, msoFalse, msoScaleFromBottomRight
End With
With ActiveWindow.Selection.ShapeRange
.IncrementLeft -177.38
.IncrementTop 225.38
End With
End If
If OptionButton3 = True Then
ActiveWindow.ViewType = ppViewSlideMaster
ActivePresentation.SlideMaster.Shapes("Rectangle 145").Select
ActiveWindow.Selection.ShapeRange.TextFrame.TextRange.Select
ActivePresentation.SlideMaster.Shapes.AddPicture(FileName:="\\TACTICSMEL-1\DATA\Projects\Transurban\06
2630 Corporate template\Company Confidential.jpg", LinkToFile:=msoFalse,
SaveWithDocument:=msoTrue, Left:=234, Top:=252, Width:=253, Height:=37).Select
With ActiveWindow.Selection.ShapeRange
.ScaleWidth 0.69, msoFalse, msoScaleFromBottomRight
.ScaleHeight 0.69, msoFalse, msoScaleFromBottomRight
End With
With ActiveWindow.Selection.ShapeRange
.ScaleWidth 0.72, msoFalse, msoScaleFromBottomRight
.ScaleHeight 0.72, msoFalse, msoScaleFromBottomRight
End With
With ActiveWindow.Selection.ShapeRange
.IncrementLeft -177.38
.IncrementTop 225.38
End With
End If
If OptionButton4 = True Then
ActiveWindow.ViewType = ppViewSlideMaster
ActivePresentation.SlideMaster.Shapes("Rectangle 145").Select
ActiveWindow.Selection.ShapeRange.TextFrame.TextRange.Select
ActivePresentation.SlideMaster.Shapes.AddPicture(FileName:="\\TACTICSMEL-1\DATA\Projects\Transurban\06
2630 Corporate template\Public.jpg", LinkToFile:=msoFalse,
SaveWithDocument:=msoTrue, Left:=234, Top:=252, Width:=253, Height:=37).Select
With ActiveWindow.Selection.ShapeRange
.ScaleWidth 0.69, msoFalse, msoScaleFromBottomRight
.ScaleHeight 0.69, msoFalse, msoScaleFromBottomRight
End With
With ActiveWindow.Selection.ShapeRange
.ScaleWidth 0.72, msoFalse, msoScaleFromBottomRight
.ScaleHeight 0.72, msoFalse, msoScaleFromBottomRight
End With
With ActiveWindow.Selection.ShapeRange
.IncrementLeft -177.38
.IncrementTop 225.38
End With
ActiveWindow.ViewType = ppViewNormal
End If
Me.Hide
Unload Classification
End Sub