Jump to content

New to COM


Recommended Posts

I want to select a cell in a worksheet but it isn't working of course.

.activesheet.range ("C" & $Row).value

This is what im trying to use, it is inside of a "with" group.

Help would be great.

INI TreeViewA bus station is where a bus stops, a train station is where a train stops. Onmy desk I have a work station...
Link to comment
Share on other sites

I want to select a cell in a worksheet but it isn't working of course.

.activesheet.range ("C" & $Row).value

This is what im trying to use, it is inside of a "with" group.

Help would be great.

<{POST_SNAPBACK}>

Nevermind I figured it out.....

.activesheet.range ("C" & $Row).Select
.ActiveCell.Visible = 1
INI TreeViewA bus station is where a bus stops, a train station is where a train stops. Onmy desk I have a work station...
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...