excel - VBA how to remove string line in pragraph? -


for example , want remove string in line 10 below . vba code can use?

  1. limitation: quality metrics not available
  2. limitation cause: https connection
  3. service bearer: lte
  4. data radio bearer: lte
  5. impairment free: yes
  6. is multi rab: no
  7. lte serving cell count average: 1
  8. number of video session interruptions: 0
  9. maximum duration of video session interruptions: 0.0 s
  10. total duration of video session interruptions: 0.0 s
  11. clip length: 100.704 s

the simplest approach go menu developer, click "record macro" , action want (that remove string in row 10). click "stop recording", click "macros", select macro1 , click button edit. new window opens vba code recorded. in case code

sub macro1()   range("a10").select   selection.clearcontents end sub 

this start. can play code , further adjust needs.


Comments

Popular posts from this blog

asynchronous - C# WinSCP .NET assembly: How to upload multiple files asynchronously -

aws api gateway - SerializationException in posting new Records via Dynamodb Proxy Service in API -

asp.net - Problems sending emails from forum -