Great Idea! What I am searching would be some kind of routing and counting between two marked cells. Unfortunately it should also work online (so no VBA...) Did you already try to use Office Scripts (Javascript) ?
Hey! Sure, I'll figure something out over the weekend when I have time (will probably put the code on GitHub with a guide on how to use it). I'll post a link to it in the comment section here.
Hey! The source code is now on GitHub, here's a link: github.com/zesardine/ExcelMinesweeper
This is a channel that needs more attention.
Bro this is underrated!
How can I prevent Excel from crashing when there are too many white cells (few mines)?
Great Idea!
What I am searching would be some kind of routing and counting between two marked cells.
Unfortunately it should also work online (so no VBA...)
Did you already try to use Office Scripts (Javascript) ?
Hey, sorry for the late reply! I have actually never used Office Scripts so I don't know if I'd be of much help. Good luck nonetheless!
this is possible to create without using vba, i might try to do it without
God I love Excel.
I'm confused about the flags. What are you using so flags can appear? By right clicking?
Yeah,, I'm pretty sure it's using the right mouse button
hi would you mind uploading this code somewhere? im really interested in this minesweeper but i just dont know how to wrap my head around it
Hey! Sure, I'll figure something out over the weekend when I have time (will probably put the code on GitHub with a guide on how to use it). I'll post a link to it in the comment section here.
woah how you did that?
How to display „You lose" message after mine is discovered?
I just simply use: _MsgBox "You lose"_
@@zesardine2613 thank you
now I made it in other way using userform and clickable buttons :P only problem is adding flag on right click