0
votes

I'm trying to call in a private sub from another folder in VBA. enter image description here

The private sub is in the filter module.

Application.Run ("Forms.UserForm_Initialize")

I tried to use this line of code but it came up with run time error.

Any help would be great thanks.

1

1 Answers

1
votes

Don't use Application.Run, instead use Filter.Show or Call func_name