Forum Discussion
B_H33
Nov 02, 2021Copper Contributor
Help to convert VBA to Excel Online script
Hi, I need help converting a VBA to a Script for Excel Online. Can anyone help me with this?? VBA code is: Private Sub Worksheet_Change(ByVal Target As Range) On Error Resume Next ActiveSheet.Unp...
B_H33
Nov 02, 2021Copper Contributor
Hi Jan,
I only want to auto sort column F.
Can you help me write a script?
I only want to auto sort column F.
Can you help me write a script?
JKPieterse
Nov 03, 2021Silver Contributor
B_H33 Have you tried recording a script yet?
- B_H33Nov 03, 2021Copper ContributorYes I did today. But when I run it it only sorts column F and doesn't extend to other columns...
- JKPieterseNov 03, 2021Silver ContributorPlease paste your current script result here, I'll see what I can do.