Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3785948
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 19, 20262026-05-19T11:36:24+00:00 2026-05-19T11:36:24+00:00

I need to do the following in a macro If sFolderName contains .pdf //

  • 0

I need to do the following in a macro

If sFolderName contains ".pdf"
// Do Something
Else // Do Something
End If

but I do not know how to find out if .pdf is inside the variable or not.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-19T11:36:25+00:00Added an answer on May 19, 2026 at 11:36 am

    In VBA, you can use the InStr function to search for the position of one string inside another string.

    The syntax of the function is: InStr([start,]string1,string2[,compare])

    In your scenario, string1 will be sFolderName and string2 would be ".pdf". In other words, you are searching for the position in sFolderName where the text “.pdf” begins.

    If string2 is found within string1, then InStr returns the position at which match is found.

    If InStr(sFolderName, ".pdf") > 0 Then
       // do something
    Else
       // do something else
    End If
    

    For more information, please consult this MSDN page.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I need the following logic. If array contains value , return it else return
I need help doing the following: a preprocessor macro label(x) shall output #x, e.g.,
I don't really know much about excel especially VBA. But i need to write
I need my macro to input the following formula: Worksheets(U_NEDC_COLD_online_0).Cells(3, A).formula = =IF( &
I need the following authentication script finished. I am weak at php/pdo so I
For a part of a program i need the following 2 methods. The first
I'm working on a project where I need the following. WCF service on the
Colleagues, Using JPA I need resolve following issue: at database level exits 3 entities
can someone help with this? I need the following function to do this... $x
I'm having trouble converting a C# Linq statement to VB.NET. I need the following

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.