Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22
Default Option of Column, line don't appear

When I select a column, line or spreadsheet, and I click with the right
button of the mouse, it doesn't appear for me those options of copying, to
past, to insert, to format, etc.... ,and it is for any file and I have Excel
2007. Does anybody know how I get to enable this option again?

Thanks a lot for any help
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default Option of Column, line don't appear

Daniel

Has this been a problem right from the start or did it happen after a period
of time?

Maybe some code disabled the right-click?

In the Immediate Window of the VBE

Application.CommandBars("Cell").Enabled = True


Gord Dibben MS Excel MVP

On Sun, 14 Dec 2008 06:56:09 -0800, Daniel Utsch
wrote:

When I select a column, line or spreadsheet, and I click with the right
button of the mouse, it doesn't appear for me those options of copying, to
past, to insert, to format, etc.... ,and it is for any file and I have Excel
2007. Does anybody know how I get to enable this option again?

Thanks a lot for any help


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22
Default Option of Column, line don't appear

Thanks for your Help. I got to enabled the option of the row and column with
the
command line that you gave me. But I not to get enabled the options of the
right-click in the sheets. What command I have to use?

Sorry for my english, I to learn yet.

"Gord Dibben" escreveu:

Daniel

Has this been a problem right from the start or did it happen after a period
of time?

Maybe some code disabled the right-click?

In the Immediate Window of the VBE

Application.CommandBars("Cell").Enabled = True


Gord Dibben MS Excel MVP

On Sun, 14 Dec 2008 06:56:09 -0800, Daniel Utsch
wrote:

When I select a column, line or spreadsheet, and I click with the right
button of the mouse, it doesn't appear for me those options of copying, to
past, to insert, to format, etc.... ,and it is for any file and I have Excel
2007. Does anybody know how I get to enable this option again?

Thanks a lot for any help



  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default Option of Column, line don't appear

Strange that the rows and columns commands would be enabled and not the
cells right-click.

Try this...........

Application.CommandBars("Cell").Reset


Gord

On Sun, 14 Dec 2008 10:40:01 -0800, Daniel Utsch
wrote:

Thanks for your Help. I got to enabled the option of the row and column with
the
command line that you gave me. But I not to get enabled the options of the
right-click in the sheets. What command I have to use?

Sorry for my english, I to learn yet.

"Gord Dibben" escreveu:

Daniel

Has this been a problem right from the start or did it happen after a period
of time?

Maybe some code disabled the right-click?

In the Immediate Window of the VBE

Application.CommandBars("Cell").Enabled = True


Gord Dibben MS Excel MVP

On Sun, 14 Dec 2008 06:56:09 -0800, Daniel Utsch
wrote:

When I select a column, line or spreadsheet, and I click with the right
button of the mouse, it doesn't appear for me those options of copying, to
past, to insert, to format, etc.... ,and it is for any file and I have Excel
2007. Does anybody know how I get to enable this option again?

Thanks a lot for any help




  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22
Default Option of Column, line don't appear

I have this options in CELL, but I not to get this options in the Sheets, how
to insert the new sheet or move the sheets. I not got this options too in the
commands Button or other object of the commands. I don't know what command I
must do.

"Gord Dibben" escreveu:

Strange that the rows and columns commands would be enabled and not the
cells right-click.

Try this...........

Application.CommandBars("Cell").Reset


Gord

On Sun, 14 Dec 2008 10:40:01 -0800, Daniel Utsch
wrote:

Thanks for your Help. I got to enabled the option of the row and column with
the
command line that you gave me. But I not to get enabled the options of the
right-click in the sheets. What command I have to use?

Sorry for my english, I to learn yet.

"Gord Dibben" escreveu:

Daniel

Has this been a problem right from the start or did it happen after a period
of time?

Maybe some code disabled the right-click?

In the Immediate Window of the VBE

Application.CommandBars("Cell").Enabled = True


Gord Dibben MS Excel MVP

On Sun, 14 Dec 2008 06:56:09 -0800, Daniel Utsch
wrote:

When I select a column, line or spreadsheet, and I click with the right
button of the mouse, it doesn't appear for me those options of copying, to
past, to insert, to format, etc.... ,and it is for any file and I have Excel
2007. Does anybody know how I get to enable this option again?

Thanks a lot for any help






  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default Option of Column, line don't appear

In 2003 for the sheet tabs commands.............

Application.CommandBars("Ply").Reset

or

Application.CommandBars("Ply").Enabled = True

I don't work with 2007 so don't know about the Commands..............I think
that is part of the Ribbon or QAT......yes?....no?

Some 2007 user will have to jump in here, please.



Gord


On Sun, 14 Dec 2008 11:26:07 -0800, Daniel Utsch
wrote:

I have this options in CELL, but I not to get this options in the Sheets, how
to insert the new sheet or move the sheets. I not got this options too in the
commands Button or other object of the commands. I don't know what command I
must do.

"Gord Dibben" escreveu:

Strange that the rows and columns commands would be enabled and not the
cells right-click.

Try this...........

Application.CommandBars("Cell").Reset


Gord

On Sun, 14 Dec 2008 10:40:01 -0800, Daniel Utsch
wrote:

Thanks for your Help. I got to enabled the option of the row and column with
the
command line that you gave me. But I not to get enabled the options of the
right-click in the sheets. What command I have to use?

Sorry for my english, I to learn yet.

"Gord Dibben" escreveu:

Daniel

Has this been a problem right from the start or did it happen after a period
of time?

Maybe some code disabled the right-click?

In the Immediate Window of the VBE

Application.CommandBars("Cell").Enabled = True


Gord Dibben MS Excel MVP

On Sun, 14 Dec 2008 06:56:09 -0800, Daniel Utsch
wrote:

When I select a column, line or spreadsheet, and I click with the right
button of the mouse, it doesn't appear for me those options of copying, to
past, to insert, to format, etc.... ,and it is for any file and I have Excel
2007. Does anybody know how I get to enable this option again?

Thanks a lot for any help





Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to change bar to line in line-column on 2 axes chart in Excel2 jaysan3 Charts and Charting in Excel 2 July 2nd 08 11:13 AM
change last serie to be line in the line-column Excel chart in Wor Eric Charts and Charting in Excel 3 June 30th 07 04:58 PM
Change line to bar in Line - Column graph Yonke Charts and Charting in Excel 4 January 16th 07 12:42 AM
How to add a Vertical Line to a Column or Line Chart with two axes already in use? Alan Charts and Charting in Excel 6 December 13th 06 03:37 AM
Chart Type - Line Column adding a 2nd line [email protected] Charts and Charting in Excel 1 October 24th 06 04:17 PM


All times are GMT +1. The time now is 12:39 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"