Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 15
Default Formatting problem Excel

Using Office 2000

I am regularly sent files in Excel format which have been extported from
database applications.

Everything seems normal except that when I right-click a cell and select
Format - Nothing happens. No Format menu opens. The same happens (i.e.
nothing) when I select Format_Cells from the format menu.

However if I go to another workbook and format a cell then it works as
normal.

Also if I copy a format using the format painter in a different workbook,
and then paste the format to a cell in the Problem workbook then the format
changes.

Can anybody tell me how to sort this Format problem out?

Thanks in advance.

George


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 81
Default Formatting problem Excel

Hi George,

The scenario you describe fits the combination of non
locked cells on a protected sheet (Tools Protection).

Regards,
Peter

-----Original Message-----
Using Office 2000

I am regularly sent files in Excel format which have been
extported from database applications.

Everything seems normal except that when I right-click a
cell and select Format - Nothing happens. No Format
menu opens. The same happens (i.e.
nothing) when I select Format_Cells from the format menu.

However if I go to another workbook and format a cell
then it works as normal.

Also if I copy a format using the format painter in a
different workbook, and then paste the format to a cell
in the Problem workbook then the format changes.

Can anybody tell me how to sort this Format problem out?

Thanks in advance.

George


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 15
Default Formatting problem Excel

Peter,

That has not worked. The sheet is not protected and I have now Unlocked all
cells on the sheet. I have discovered that if I select a column and then
Right-click Format, then the Format window appears and allows me to make
changes however if I select a range or individual cell and Right-click
Format, then it still does not work (appear).

do you have any other ideas?

George

"Peter T" wrote in message
...
Hi George,

The scenario you describe fits the combination of non
locked cells on a protected sheet (Tools Protection).

Regards,
Peter

-----Original Message-----
Using Office 2000

I am regularly sent files in Excel format which have been
extported from database applications.

Everything seems normal except that when I right-click a
cell and select Format - Nothing happens. No Format
menu opens. The same happens (i.e.
nothing) when I select Format_Cells from the format menu.

However if I go to another workbook and format a cell
then it works as normal.

Also if I copy a format using the format painter in a
different workbook, and then paste the format to a cell
in the Problem workbook then the format changes.

Can anybody tell me how to sort this Format problem out?

Thanks in advance.

George




  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 81
Default Formatting problem Excel

This, maybe:

http://support.microsoft.com/?kbid=818082
Title: You cannot format data imported from Access 2002 to
Excel 2000 or to Excel 97

Regards,
Peter


-----Original Message-----
Peter,

That has not worked. The sheet is not protected and I

have now Unlocked all
cells on the sheet. I have discovered that if I select a

column and then
Right-click Format, then the Format window appears and

allows me to make
changes however if I select a range or individual cell

and Right-click
Format, then it still does not work (appear).

do you have any other ideas?

George

"Peter T" wrote in

message
...
Hi George,

The scenario you describe fits the combination of non
locked cells on a protected sheet (Tools Protection).

Regards,
Peter

-----Original Message-----
Using Office 2000

I am regularly sent files in Excel format which have

been
extported from database applications.

Everything seems normal except that when I right-click

a
cell and select Format - Nothing happens. No Format
menu opens. The same happens (i.e.
nothing) when I select Format_Cells from the format

menu.

However if I go to another workbook and format a cell
then it works as normal.

Also if I copy a format using the format painter in a
different workbook, and then paste the format to a cell
in the Problem workbook then the format changes.

Can anybody tell me how to sort this Format problem

out?

Thanks in advance.

George




.

  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 15
Default Formatting problem Excel

Yes, that is it.

Thanks.

George

"Peter T" wrote in message
...
This, maybe:

http://support.microsoft.com/?kbid=818082
Title: You cannot format data imported from Access 2002 to
Excel 2000 or to Excel 97

Regards,
Peter


-----Original Message-----
Peter,

That has not worked. The sheet is not protected and I

have now Unlocked all
cells on the sheet. I have discovered that if I select a

column and then
Right-click Format, then the Format window appears and

allows me to make
changes however if I select a range or individual cell

and Right-click
Format, then it still does not work (appear).

do you have any other ideas?

George

"Peter T" wrote in

message
...
Hi George,

The scenario you describe fits the combination of non
locked cells on a protected sheet (Tools Protection).

Regards,
Peter

-----Original Message-----
Using Office 2000

I am regularly sent files in Excel format which have

been
extported from database applications.

Everything seems normal except that when I right-click

a
cell and select Format - Nothing happens. No Format
menu opens. The same happens (i.e.
nothing) when I select Format_Cells from the format

menu.

However if I go to another workbook and format a cell
then it works as normal.

Also if I copy a format using the format painter in a
different workbook, and then paste the format to a cell
in the Problem workbook then the format changes.

Can anybody tell me how to sort this Format problem

out?

Thanks in advance.

George



.





  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 81
Default Formatting problem Excel

Good, in one sense. But I presume you will need to
continue with the proposed workaround.

This is a bit off the wall, but for my curiosity could you
run this on a backup of one of your problematic sheets:

Sub ClearAllBorders()
Cells.Borders.LineStyle = xlNone
End Sub

Regards,
Peter


-----Original Message-----
Yes, that is it.

Thanks.

George

"Peter T" wrote in

message
...
This, maybe:

http://support.microsoft.com/?kbid=818082
Title: You cannot format data imported from Access 2002

to
Excel 2000 or to Excel 97

Regards,
Peter


-----Original Message-----
Peter,

That has not worked. The sheet is not protected and I

have now Unlocked all
cells on the sheet. I have discovered that if I

select a
column and then
Right-click Format, then the Format window appears and

allows me to make
changes however if I select a range or individual cell

and Right-click
Format, then it still does not work (appear).

do you have any other ideas?

George

"Peter T" wrote in

message
...
Hi George,

The scenario you describe fits the combination of non
locked cells on a protected sheet (Tools

Protection).

Regards,
Peter

-----Original Message-----
Using Office 2000

I am regularly sent files in Excel format which have

been
extported from database applications.

Everything seems normal except that when I right-

click
a
cell and select Format - Nothing happens. No

Format
menu opens. The same happens (i.e.
nothing) when I select Format_Cells from the format

menu.

However if I go to another workbook and format a

cell
then it works as normal.

Also if I copy a format using the format painter in

a
different workbook, and then paste the format to a

cell
in the Problem workbook then the format changes.

Can anybody tell me how to sort this Format problem

out?

Thanks in advance.

George



.



.

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
Excel Formatting Problem Pat Excel Discussion (Misc queries) 7 July 14th 09 04:39 PM
excel 2002 formatting problem [email protected] Excel Discussion (Misc queries) 1 April 25th 07 03:26 AM
Excel 2003 - XML List Formatting Problem Niko Excel Discussion (Misc queries) 0 June 8th 06 12:32 PM
Automatic formatting problem in Excel Hook Excel Worksheet Functions 2 January 14th 05 07:15 PM
Excel Combo Box Formatting problem Dan McCloud Excel Programming 1 September 6th 03 01:06 AM


All times are GMT +1. The time now is 09:35 AM.

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"