Microsoft Office Forums

Go Back   Microsoft Office Forums > >

Reply
 
Thread Tools Display Modes
  #1  
Old 09-17-2023, 03:33 PM
eduzs eduzs is offline Count lines within selected text range Windows 10 Count lines within selected text range Office 2019
Expert
Count lines within selected text range
 
Join Date: May 2017
Posts: 266
eduzs is on a distinguished road
Default

I found a workaround that seems to work for me, by extending the selection to start of the 1st line and to the end of the last line before retrieve the selection lines count.


Code:
With Selection
    .StartOf Unit:=wdLine, Extend:=wdExtend
    .EndOf Unit:=wdLine, Extend:=wdExtend
    iLins = .Range.ComputeStatistics(wdStatisticLines)
End With
Reply With Quote
Reply



Similar Threads
Thread Thread Starter Forum Replies Last Post
Applying a VBA code only on a selected text or range RobertDany Word VBA 2 10-09-2021 08:31 AM
Count lines within selected text range Find and Replace Selected Text or Macro for finding selected text mrplastic Word VBA 4 12-20-2019 01:25 PM
Count lines within selected text range How to count words in a text, arrange them in separate lines and put the grammar class ? Marcway Word 6 12-14-2018 04:25 PM
Distribute text in one cell across a range of cells (overcoming selection.range.cells.count bug) slaycock Word VBA 0 02-18-2017 07:00 AM
Count lines within selected text range Deleting lines above selected text Chayes Word VBA 7 11-03-2013 03:43 PM

Other Forums: Access Forums

All times are GMT -7. The time now is 09:44 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
Search Engine Optimisation provided by DragonByte SEO (Lite) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
MSOfficeForums.com is not affiliated with Microsoft