Considered Forum, 
a number of buttons (Fig 1) can be visible/invisible at will (Fig 2).
With the code I get the result in (Fig 3), but I can't get it as (Fig 4).
Would you like to help me find the right code?
	
	
	
		
		
		
	
	
		 
	
 a number of buttons (Fig 1) can be visible/invisible at will (Fig 2).
With the code I get the result in (Fig 3), but I can't get it as (Fig 4).
Would you like to help me find the right code?
		Code:
	
	
	For x = 1 To 8
    If Me("B" & x).Visible = True Then
        Me("B" & x).Move 16443, (z) + (284 * (x - y)), 284, 284
    Else
        y = y + 1
    End If
Next x 
	 
 
		 
 
		 
 
		 
 
		 
 
		 
 
		