Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
pasting text into the forums editor always pastes as size=1 ?
#2
See the ribbon of buttons above your post area?  Click the last button on the right. That's all you usually need to do.

28

You can use Application.Caller, but you would probably be best to pass the cell to the function.

  With Application.Caller
        CallerRows = .Rows.Count
        CallerCols = .Columns.Count
        CallerAddr = .Address
  End With
See: http://www.cpearson.com/excel/WritingFun...InVBA.aspx

To pass the cell:

=SomeFunction(A1)
Where the code has:

SomeFunction(r)
Share
Improve

See how pretty that shows up, if you just click the VIEW SOURCE button (Ctrl-Shift-S) *before* pasting into the forums?
Reply


Messages In This Thread
RE: pasting text into the forums editor always pastes as size=1 ? - by SMcNeill - 02-07-2024, 05:48 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  are the forums having technical issues? madscijr 8 1,292 07-16-2025, 01:40 PM
Last Post: SpriggsySpriggs
  Dark Mode Theme Text Size TerryRitchie 2 1,076 03-01-2024, 05:40 PM
Last Post: TerryRitchie

Forum Jump:


Users browsing this thread: 1 Guest(s)