Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
If the word in the previous step matches the word in the current step
#2
Function macro21
Code:
Copy      Help
out
str cell_word; int i nRows
ExcelSheet es.Init; nRows=es.NumRows
str prev_word
for i 2 nRows+1
,es.GetCell(cell_word 2 i)
,if(prev_word = cell_word) continue
,prev_word = cell_word
,web F"https://www.google.com/search?&q={cell_word}"


Messages In This Thread
RE: If the word in the previous step matches the word in the current step - by Start_Learning - 04-14-2019, 02:57 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)