Sziasztok!
Szeretnék egy munkafüzetből egy másik munkafüzet userformját meghívni úgy, hogy a userform munkafüzete rejtve maradjon. Ez tulajdonképpen sikerül is. A probléma az -legalább is nekem – , hogy a userform egy harmadik – üres – munkafüzetben jelenik meg. Szeretném, ha abban a munkafüzetben jelenne meg ahonnan a meghívás történik. Lehetséges ezt megoldani és hogyan?
Ez a kodom van jelenleg:
Sub WeatherApp()
Application.ScreenUpdating = False
Dim BudapestWeather
Workbooks.Open „C:\Users\attic\Documents\Personal Finances\napt?r project 2019\aktu?lis\WeatherApp_2019.07.10..xlsm”
‘ Application.Run „WeatherApp_2019.07.10..xlsm!Question” ‘Sheets(„ny?t?lap”).Select
Application.Run „WeatherApp_2019.07.10..xlsm!BpWeather”
ActiveWindow.Visible = False
Application.ScreenUpdating = True
End Sub
üdv.: Potus