Is it possible to click a Command Button on a userform and have the data it refers to sent to a place in the same workbook, but also the same location in 20 other workbooks ?
example :
When I press Command Button 1 I want the word "kick" to appear in the first available cell in column B in the sheet called "Raw Data" which is found in the same workbook as the Userform, but also sent to the first available cell in column B in a sheet called "Raw Data" in 20 other workbooks named "Game1", "Game 2", "Game 3" etc etc etc.
I currently have this happening all in the one sheet, ie: the Games 1 through 20 are 20 sheets in the one workbook, but it is processing way too slowly, so I'm guessing that having each game as a sepearate file, that should speed the processing up considerable.
Am I on the right track with making each game a different fworkbook or is there another, more efficient way to do all this ?
Thanks in advance for any help,
Chris
example :
When I press Command Button 1 I want the word "kick" to appear in the first available cell in column B in the sheet called "Raw Data" which is found in the same workbook as the Userform, but also sent to the first available cell in column B in a sheet called "Raw Data" in 20 other workbooks named "Game1", "Game 2", "Game 3" etc etc etc.
I currently have this happening all in the one sheet, ie: the Games 1 through 20 are 20 sheets in the one workbook, but it is processing way too slowly, so I'm guessing that having each game as a sepearate file, that should speed the processing up considerable.
Am I on the right track with making each game a different fworkbook or is there another, more efficient way to do all this ?
Thanks in advance for any help,
Chris
Last edited: