Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / Programming / September 2007

Tip: Looking for answers? Try searching our database.

Table Live

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Karen53 - 16 Sep 2007 01:04 GMT
Hi,

Is there a way you can show a table (or named range) live in a userform like
can be done in access?  By live I mean changes can be made to the table and
they are saved.

Thanks,
Karen53 - 16 Sep 2007 06:44 GMT
Hi,

I see the data form which would work but I need to limit the length of the
range.  I've tried to set it to my named range but this was unsuccessful.

Range("Types").Select
Sheets("Table").ShowDataForm

I've tried it as activesheet as well.  Won't this feature accept a named
range?  Is there a way to set this row limit?  

Thanks,

> Hi,
>
[quoted text clipped - 3 lines]
>
> Thanks,
Dave Peterson - 16 Sep 2007 13:40 GMT
Without knowing what Range("Types") is (does it include the headers???)

with sheets("table")
  .range("Types").name = "'" & .name & "'!database"
  .showdataform
end with

It looks for a name of "database".

Some more info:
http://support.microsoft.com/default.aspx?scid=KB;en-us;q110462
XL: ShowDataForm Method Fails If Data Can't Be Found

> Hi,
>
[quoted text clipped - 16 lines]
> >
> > Thanks,

Signature

Dave Peterson

 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.