A asafraz81 Member Jul 1, 2013 #1 hi there i have a little problem i cant solve' i want to write a code that tells me what workbooks is active all the time. i succeed to write a code that tells me how many open but i cant get the file name. please help' asaf
hi there i have a little problem i cant solve' i want to write a code that tells me what workbooks is active all the time. i succeed to write a code that tells me how many open but i cant get the file name. please help' asaf
N NARAYANK991 Excel Ninja Jul 1, 2013 #3 Hi Asaf , Try this : [pre] Code: Public Sub Name_Open_Workbooks() Dim wbk As Workbook For Each wbk In Workbooks MsgBox wbk.Name Next End Sub [/pre] Narayan
Hi Asaf , Try this : [pre] Code: Public Sub Name_Open_Workbooks() Dim wbk As Workbook For Each wbk In Workbooks MsgBox wbk.Name Next End Sub [/pre] Narayan
A asafraz81 Member Jul 1, 2013 #4 that works but i want to put this inside cells. instead of msgbox i need to put the names in a cell
SirJB7 Excel Rōnin Jul 1, 2013 #6 Hi, azafrz81! Glad you could solve it by yourself, well done. Maybe you want to share your solution with the community, so as people who read this would have the issue or question and the solution or answer as well. Regards!
Hi, azafrz81! Glad you could solve it by yourself, well done. Maybe you want to share your solution with the community, so as people who read this would have the issue or question and the solution or answer as well. Regards!