MIS-Interview Series-Q30 (VBA UDF Function)
Published : 2023-07-12 - Duration : 07:59 - View : 15
Dailymotion : Download MP4 Convert to MP3
Description :
MIS Interview Series Q30 VBA UDF FunctionFunction Value_with_hypen(x As String)find_hypen = InStr(x, "-")first_value = Left(x, find_hypen - 1) + 0second_value = Right(x, Len(x) - find_hypen) + 0For i = first_value To second_valueqq = qq & "," & iNext iValue_with_hypen = Right(qq, Len(qq) - 1)End FunctionSupporting file can be downloaded from below ...
Related Videos :
Excel (Macro) VBA Part-2 | VBA - Cell Referencing | Debug Function - Step into | VBA Coding in Hindi Created : 16-07-2021 View : 1 |
MIS Excel VBA Macro Tips-2 Created : 13-04-2023 View : 6 |
Excel (Macro) VBA Part-3 | Copy Data to another Sheet in Excel by Macro | VBA Coding in Hindi Created : 24-07-2021 View : 1 |
Excel 2010 VBA : Toute première macro avec Excel 2010 VBA Created : 20-04-2013 View : 14 |
Holy Macro! It's 2,500 Excel VBA Examples: Every Snippet of Excel VBA Code You'll Ever Need | Read Books Online Created : 14-01-2017 View : 6 |