I recently created an excel workbook that contains a user form that opens as soon as the app opens. This works fine on my desktop app but it appears to not be working when it opens in the excel online version.
I basically have VBA code:
Private Sub Workbook_Open()
ufmTripSignup.Show
End Sub
Is there something different that has to be done for the online version??
I basically have VBA code:
Private Sub Workbook_Open()
ufmTripSignup.Show
End Sub
Is there something different that has to be done for the online version??