Thread: [Solved] CommandButton random statu
View Single Post
 
Old 06-13-2014, 05:38 AM
cromano cromano is offline Windows 7 64bit Office 2013
Novice
 
Join Date: Jun 2014
Posts: 5
cromano is on a distinguished road
Default

My last update... I have make a document with 3 section in new page and y have use CommandButton on section 1 and 3.

The CommandButton1 instruction is :
Code:
 Private Sub CommandButton1_Click()
    Selection.GoTo What:=wdGoToSection, Which:=wdGoToFirst, Count:=3, Name:=""
End Sub
Code:
 The CommandButton2 instruction is :
 Private Sub CommandButton1_Click()
    Selection.GoTo What:=wdGoToSection, Which:=wdGoToFirst, Count:=1, Name:=""
End Sub
The bug occured... in file attach the document...
Attached Files
File Type: doc Document.doc (42.0 KB, 8 views)
Reply With Quote