A 
		
								
				
				
			
		anang
I have little problem with my macro. How to assign the value of the
variable to other macro which I call in main macro.
Sub Macro1()
sheet_name = "Measurement 1"
Call Looping
Call Positifing
End Sub
I have "sheet_name" variable inside the Looping and Positifing macros
..
				
			variable to other macro which I call in main macro.
Sub Macro1()
sheet_name = "Measurement 1"
Call Looping
Call Positifing
End Sub
I have "sheet_name" variable inside the Looping and Positifing macros
..