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 9014455
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T03:30:40+00:00 2026-06-16T03:30:40+00:00

I have one excel containing few grouped columns. Inside that group few columns are

  • 0

I have one excel containing few grouped columns. Inside that group few columns are HIDDEN.( right click hide). When the group is collapsed .Hidden property of all the columns returns true, which I don’t want. Is there is way to identify originally Hidden columns apart from other group columns in a collapsed group ?

  • 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-06-16T03:30:41+00:00Added an answer on June 16, 2026 at 3:30 am

    don’t fully understand the question but in VBA I can test to see if a column is hidden like this:

    Option Explicit
    
    Sub TestFunction()
    
      'hide a few columns and then run me<<<<<<<<<<
      Dim mySearchColumn As Integer
      mySearchColumn = (CInt(Application.InputBox("input a column number")))
    
      MsgBox ("you wanted to know about column " & mySearchColumn & ". Is it hidden: " & IsColumnHidden(mySearchColumn))
    
    End Sub
    
    Function IsColumnHidden(targetColumn As Integer) As Boolean
        IsColumnHidden = False
        If Columns(targetColumn).EntireColumn.Hidden Then
            IsColumnHidden = True
        End If
    End Function
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

i have one excel file and that is containing price column.. now i need
I have one Excel file that contains 2 columns: Words & Definition (3000 rows).
I want to have a one-click excel export feature for my application. I therefore
I basically have a program that filters records from one excel file to another
I have an excel spreadsheet with two columns, one with a list of exercises
I have one report that does not export to excel friendly from SSRS 2005.
I have an Excel sheet where several rows are grouped together using Group and
I have one excel document with two columns. i only add text in one
I have one Excel spreadsheet which has the following columns: Surname / First Name
i have one excel file that contains a 1 to a5 rows with values

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.