TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Jeff Farr
NA
3
0
How do you open Excel 2007 and get the Menu items to show up
Dec 8 2009 5:21 PM
Hi All,
I can open a work book, but it is just the workbook, what is the secret to show the menu items?
Here is what I have currently
<code>
private
void
Form1_Load(
object
sender,
EventArgs
e)
{
filePath =
@"FileName.xlsx"
;
App =
new
Excel.
ApplicationClass
();
// Creates a new Excel Application
App.WindowState = Excel.
XlWindowState
.xlMinimized;
App.ShowStartupDialog =
true
;
App.ShowSelectionFloaties =
true
;
App.ShowWindowsInTaskbar =
true
;
workbook = (Excel.
Workbook
)(App.Workbooks.Open(filePath, 0,
false
, 5,
""
,
""
,
true
,
Excel.
XlPlatform
.xlWindows,
"\t"
,
false
,
false
, 0,
true
,
false
,
false
));
}
</code>
Reply
Answers (
1
)
Accessing a checkbox in Word
how to sorted combo box in c#