Forum Discussion
OvidiuMihai
Jan 11, 2024Copper Contributor
How to move entire row to another sheet based on cell value in Excel 365
Hello, I'm trying to create a script for excel 365 (the excel for web to be more precise) that moves data from a row to another sheet based on a cell that contains the word "ToDo". I've managed to d...
NikolinoDE
Jan 11, 2024Platinum Contributor
Excel for the web (Microsoft 365) doesn't support VBA (Visual Basic for Applications) like the desktop version of Excel... as far as I know
. Additionally, the Automate tab in Excel for the web may not provide the same level of scripting and automation capabilities as VBA. What could be done would be to create a VBA code macro in an Ecel Desktop version and then run it in Excel for Web with some limitations.