Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
so i wrote my vb for my spreadsheet on windows, and when i opened it in
mac excel i had to change a few things.....but eventually got it working...except for data validation....whenever i hit the drop down for data validation, excel crashes and i have to force quit.....i thought it might be because the way the script was creating the validation, but i tried making it through the tools menu but it did the same thing...any thoughts? |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Don't know what version you're using, but data validation works fine in
all MacXL versions, whether implemented in VBA or in the GUI. The first thing I'd check is that your version is up to date, via AutoUpdate or at MacTopia: http://www.microsoft.com/mac/downloads.aspx The next thing I'd try is, with all Office apps closed, delete your XL and Office prefs files in the ~:Library:Preferences:Microsoft folder (where ~ is your home directory). If you don't want to lose any preferences, just rename the folder. Start XL and new preferences (and folder, if needed) will be generated. If neither of those work, I'd suggest you post in the microsoft.public.mac.office.excel newsgroup, with more detail on what you've tried. In article om, "Nigel" wrote: so i wrote my vb for my spreadsheet on windows, and when i opened it in mac excel i had to change a few things.....but eventually got it working...except for data validation....whenever i hit the drop down for data validation, excel crashes and i have to force quit.....i thought it might be because the way the script was creating the validation, but i tried making it through the tools menu but it did the same thing...any thoughts? |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
well i found that if i start a new worksheet and set up validation it
works fine......so i dont know if my VBA is causing it error, or if its because it was created in windows......all my vba are assigned to buttons so none of them run unless i run them....so it seems like it wouldnt be the VBA but im not entirely sure.... On Nov 28, 7:08 pm, JE McGimpsey wrote: Don't know what version you're using, but data validation works fine in all MacXL versions, whether implemented in VBA or in the GUI. The first thing I'd check is that your version is up to date, via AutoUpdate or at MacTopia: http://www.microsoft.com/mac/downloads.aspx The next thing I'd try is, with all Office apps closed, delete your XL and Office prefs files in the ~:Library:Preferences:Microsoft folder (where ~ is your home directory). If you don't want to lose any preferences, just rename the folder. Start XL and new preferences (and folder, if needed) will be generated. If neither of those work, I'd suggest you post in the microsoft.public.mac.office.excel newsgroup, with more detail on what you've tried. In article om, "Nigel" wrote: so i wrote my vb for my spreadsheet on windows, and when i opened it in mac excel i had to change a few things.....but eventually got it working...except for data validation....whenever i hit the drop down for data validation, excel crashes and i have to force quit.....i thought it might be because the way the script was creating the validation, but i tried making it through the tools menu but it did the same thing...any thoughts? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
custom data validation on cells with data validation values | Excel Worksheet Functions | |||
Validation Data using Validation Table cell range..... | Excel Discussion (Misc queries) | |||
Data validation causing problems when using a data form in Excel 2 | Excel Worksheet Functions | |||
data validation invalid in dynamic validation list | Excel Programming | |||
Data validation with validation lists and combo boxs | Excel Discussion (Misc queries) |