F5F Stay Refreshed Software General Software Is it Visual Basic for Applications or Visual Studio? Which one do I need to pick between them?

Is it Visual Basic for Applications or Visual Studio? Which one do I need to pick between them?

Is it Visual Basic for Applications or Visual Studio? Which one do I need to pick between them?

Pages (2): Previous 1 2
R
Rexty_
Senior Member
568
03-29-2026, 11:46 PM
#11
Remove any Flash references so your game runs without them.
R
Rexty_
03-29-2026, 11:46 PM #11

Remove any Flash references so your game runs without them.

V
ViNxNewBrand
Member
61
03-30-2026, 07:59 AM
#12
I think you'd have to change the whole thing. Just me using this spreadsheet means I can't touch the code. I just made a few short macros on my own, not many steps at all.
V
ViNxNewBrand
03-30-2026, 07:59 AM #12

I think you'd have to change the whole thing. Just me using this spreadsheet means I can't touch the code. I just made a few short macros on my own, not many steps at all.

L
lilkodak
Junior Member
4
04-15-2026, 08:11 AM
#13
Mandark just sent a post and now it seems like they took it away, saying if I share this code, you guys might know how to fix Shockwave Flash so you can bypass it. The person who made the Macro is already gone. Is there anyone out there willing to help with that?
L
lilkodak
04-15-2026, 08:11 AM #13

Mandark just sent a post and now it seems like they took it away, saying if I share this code, you guys might know how to fix Shockwave Flash so you can bypass it. The person who made the Macro is already gone. Is there anyone out there willing to help with that?

_
_Bitleases_
Junior Member
21
04-17-2026, 12:57 AM
#14
Should you use Fiverr or a professional freelancer service?
_
_Bitleases_
04-17-2026, 12:57 AM #14

Should you use Fiverr or a professional freelancer service?

E
emstay26
Senior Member
441
04-18-2026, 08:02 AM
#15
Looking at the code shown above, I don't see why Flash would be a problem. Everything this script is doing is just opening a file window to show any .csv (Excel) files found and saving the path of those files into the fullpath variable. [Note: VBA runs in an interpreter, so you usually don't need to declare variables like fullpath beforehand]. The code looks okay from what I can see, which suggests there might be something wrong with how it's running. It's probably because a change has made the file need Office 365 or some special feature that you don't have installed.
E
emstay26
04-18-2026, 08:02 AM #15

Looking at the code shown above, I don't see why Flash would be a problem. Everything this script is doing is just opening a file window to show any .csv (Excel) files found and saving the path of those files into the fullpath variable. [Note: VBA runs in an interpreter, so you usually don't need to declare variables like fullpath beforehand]. The code looks okay from what I can see, which suggests there might be something wrong with how it's running. It's probably because a change has made the file need Office 365 or some special feature that you don't have installed.

F
FeijaoSama
Member
107
04-25-2026, 05:00 PM
#16
I figured out that resetting VBA and turning off the Shockwave player on my library reference fixed everything. Thanks for everyone who helped me!
F
FeijaoSama
04-25-2026, 05:00 PM #16

I figured out that resetting VBA and turning off the Shockwave player on my library reference fixed everything. Thanks for everyone who helped me!

Pages (2): Previous 1 2