python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Why this find multiple and replace multiple script not working
I am not able to understand why this below script not working on google sheets,
function Find_Multiple_Replace_Multiple(){
var sheet = SpreadsheetApp.getActiveSpreadsheet().getSheetByName("Data...

user18587694
Votes: 0
Answers: 1
Highlight text from one open parenthesis to the next open parenthesis
My goal is to highlight text from one open parenthesis to the next open parenthesis, if there is no closed parenthesis between them.
Sub HighlightNestedParentheses()
Selection.Find.ClearFormatting...
user10229348
Votes: 0
Answers: 1
VBA functions in one workbook, but not another, no errors found
I have an .xlsm workbook where this VBA (see below) interacts with a Word Document to replace field codes. Seems straight forward, and it worked great...
Then I copied and pasted the code into a new ...
Rob_CH_
Votes: 0
Answers: 1
Access/MS 365 for Enterprise: Find specific text within a string in an Access table's column and update each instance
I have a file with 80K+ records that I compare to another file in Access to find address changes. The problem is that the data in the address columns are not apples to apples, so using queries I chang...
karin21201
Votes: 0
Answers: 1