Microsoft Office Forums

Go Back   Microsoft Office Forums > >

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #3  
Old 01-13-2024, 11:30 AM
vivka vivka is offline Get the whole path before the last counterslash Windows 7 64bit Get the whole path before the last counterslash Office 2016
Expert
 
Join Date: Jul 2023
Posts: 302
vivka is on a distinguished road
Default

Hi, RobiNew! I would use a simplified variant of your code without any Ifs:
Code:
Sub BeforeCounterslash()

Dim StrPath As String
StrPath = "C:\Sub_1\Sub_2\Sub_3"

  StrPath = left(StrPath, InStrRev(StrPath, "\") - 1)
MsgBox StrPath
End Sub
Reply With Quote
 



Similar Threads
Thread Thread Starter Forum Replies Last Post
Get the whole path before the last counterslash PDF default path hernans Word VBA 8 07-02-2018 06:06 PM
Critical path bijukn1 Project 2 11-04-2016 10:31 AM
Get the whole path before the last counterslash Error with UNC path Troy R Mail Merge 1 11-11-2015 09:06 AM
Get the whole path before the last counterslash Change old path to new path (batch) NobodysPerfect Word VBA 2 08-14-2014 10:09 PM
Doc path cinque8 Word 4 08-10-2012 06:57 PM

Other Forums: Access Forums

All times are GMT -7. The time now is 05:47 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