August 31, 20223 yr Newbies I want to change selected text to blue (#0090cd) with a button script. I would v. much apprecitate details of the exact script I need.
September 3, 20223 yr Solution You don't really need an actual script for this; you can use a single script step of Insert Calculated Result , with the following calculation: TextColor ( Middle ( Get ( ActiveFieldContents ) ; Get ( ActiveSelectionStart ) ; Get ( ActiveSelectionSize ) ) ; RGB ( 0, 144, 205 ) ) Leave both options of Select entire contents and Target: unchecked.
Create an account or sign in to comment