Skip to content
Excelguru – VBA tips and tricks
  • ExcelGuru på Norsk
Excelguru – VBA tips and tricks

Excel VBA

Function findContent()
Excel VBA | Must have code working with tables | My Common library

Function findContent()

Byketil 21. July 202012. September 2021

Find content in column1 with header xx, return value from same row in column2 with header yy. Note The function returns 0 (Zero) when value isn’t found, so you will not be able to distinguish between a found zero value, and value not found. So do not use if you have zero values in your…

Read More Function findContent()Continue

Function ffR() – Find First Free Row
My Common library

Function ffR() – Find First Free Row

Byketil 20. July 20208. September 2021

When I want to add a new record to a table, I use the function CurrentRegion.Rows.Count and add 1 to the result to find the first empty row.CurrentRegion returns the contiguous range from a spesific cell. The contiguous range is the range from A1 in the case below – with no empty rows. Selecting CurrentRegion…

Read More Function ffR() – Find First Free RowContinue

Page navigation

Previous PagePrevious 1 2
Search

Categories

  • Excel
  • Excel VBA
  • Must have code working with tables
  • My Common library
  • UDF Function

Tilbake til Excelguru på norsk

© 2025 Excelguru - VBA tips and tricks - WordPress Theme by Kadence WP

  • ExcelGuru på Norsk